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

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

Introduction

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

The text is from its open source code.

Subclass

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

Constructor

IndexedQuadArray(int vertexCount, int vertexFormat, int indexCount)
Constructs an empty IndexedQuadArray object using the specified parameters.

Method

voidsetColorIndices(int index, int colorIndices[])
Sets the color indices associated with the vertices starting at the specified index for this object.
voidsetColors(int index, float colors[])
Sets the colors associated with the vertices starting 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.
voidsetCoordinateIndices(int index, int coordinateIndices[])
Sets the coordinate indices associated with the vertices starting at the specified index for this object.
voidsetCoordinates(int index, float coordinates[])
Sets the coordinates associated with the vertices starting at the specified index for this object.
voidsetNormal(int index, float normal[])
Sets the normal associated with the vertex at the specified index for this object.
voidsetNormalIndices(int index, int normalIndices[])
Sets the normal indices associated with the vertices starting at the specified index for this object.
voidsetNormals(int index, float normals[])
Sets the normals associated with the vertices starting at the specified index for this object.
voidsetTextureCoordinate(int index, float texCoord[])
voidsetTextureCoordinateIndices(int texCoordSet, int index, int texCoordIndices[])
Sets the texture coordinate indices associated with the vertices starting at the specified index in the specified texture coordinate set for this object.
voidsetTextureCoordinateIndices(int index, int texCoordIndices[])
voidsetTextureCoordinates(int texCoordSet, int index, float texCoords[])
Sets the texture coordinates associated with the vertices starting at the specified index in the specified texture coordinate set for this object.
voidsetTextureCoordinates(int index, float texCoords[])