Example usage for Java javax.media.j3d IndexedTriangleArray fields, constructors, methods, implement or subclass
The text is from its open source code.
IndexedTriangleArray(int vertexCount, int vertexFormat, int indexCount) Constructs an empty IndexedTriangleArray object using the specified parameters. | |
IndexedTriangleArray(int vertexCount, int vertexFormat, int texCoordSetCount, int[] texCoordSetMap, int indexCount) Constructs an empty IndexedTriangleArray object using the specified parameters. |
void | setColor(int index, float color[]) Sets the color associated with the vertex at the specified index for this object. |
void | setCoordinate(int index, float coordinate[]) Sets the coordinate associated with the vertex at the specified index for this object. |
void | setCoordinateIndex(int index, int coordinateIndex) Sets the coordinate index associated with the vertex at the specified index for this object. |