Java javax.media.j3d IndexedTriangleArray fields, constructors, methods, implement or subclass

Example usage for Java javax.media.j3d IndexedTriangleArray fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.media.j3d IndexedTriangleArray.

The text is from its open source code.

Subclass

javax.media.j3d.IndexedTriangleArray has subclasses.
Click this link to see all its subclasses.

Constructor

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.

Method

voidsetColor(int index, float color[])
Sets the color associated with the vertex at the specified index for this object.
voidsetCoordinate(int index, float coordinate[])
Sets the coordinate associated with the vertex at the specified index for this object.
voidsetCoordinateIndex(int index, int coordinateIndex)
Sets the coordinate index associated with the vertex at the specified index for this object.