98

Building 3D shapes
IndexedGeometryArray class methods

  • Generic methods on IndexedGeometryArray also set colors and texture coordinate indices
  • Discussed in the section on shape appearance
  • Method
    void setColorIndex( int index, int value )
    void setColorIndices( int index, int[] value )
    void setTextureCoordinateIndex( int index, int value )
    void setTextureCoordinateIndices( int index, int[] value )