Example usage for Java javax.media.j3d IndexedLineArray fields, constructors, methods, implement or subclass
The text is from its open source code.
IndexedLineArray(int vertexCount, int vertexFormat, int indexCount) Constructs an empty IndexedLineArray 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 | setCoordinateIndex(int index, int coordinateIndex) Sets the coordinate index associated with the vertex at the specified index for this object. |