Example usage for Java javax.media.j3d IndexedTriangleStripArray fields, constructors, methods, implement or subclass
The text is from its open source code.
IndexedTriangleStripArray(int vertexCount, int vertexFormat, int indexCount, int[] stripIndexCounts) Constructs an empty IndexedTriangleStripArray object using the specified parameters. | |
IndexedTriangleStripArray(int vertexCount, int vertexFormat, int texCoordSetCount, int[] texCoordSetMap, int indexCount, int[] stripIndexCounts) Constructs an empty IndexedTriangleStripArray object using the specified parameters. |