Example usage for Java javax.media.j3d TriangleStripArray fields, constructors, methods, implement or subclass
The text is from its open source code.
TriangleStripArray(int vertexCount, int vertexFormat, int stripVertexCounts[]) Constructs an empty TriangleStripArray object using the specified parameters. | |
TriangleStripArray(int vertexCount, int vertexFormat, int texCoordSetCount, int[] texCoordSetMap, int stripVertexCounts[]) Constructs an empty TriangleStripArray object using the specified parameters. |
void | setCoordinate(int index, float coordinate[]) Sets the coordinate associated with the vertex at the specified index for this object. |
void | setCoordinates(int index, float coordinates[]) Sets the coordinates associated with the vertices starting at the specified index for this object. |
void | setNormal(int index, float normal[]) Sets the normal associated with the vertex at the specified index for this object. |