Example usage for Java javax.media.j3d PointArray fields, constructors, methods, implement or subclass
The text is from its open source code.
PointArray(int vertexCount, int vertexFormat) Constructs an empty PointArray 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 | setCoordinates(int index, float coordinates[]) Sets the coordinates associated with the vertices starting at the specified index for this object. |