|
JSR-184 Public Review Draft - Apr. 30, 2003. | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of VertexArray in javax.microedition.m3d |
Methods in javax.microedition.m3d that return VertexArray | |
VertexArray |
VertexBuffer.getPositions(float[] scaleBias)
Gets the current vertex position array, or null if positions are not set. |
VertexArray |
VertexBuffer.getTexCoords(int index,
float[] scaleBias)
Gets the current texture coordinate array for the specified texturing unit, or null if texture coordinates for that unit are not set. |
VertexArray |
VertexBuffer.getNormals()
Gets the current normal vector array, or null if normals are not set. |
VertexArray |
VertexBuffer.getColors()
Gets the current color array, or null if per-vertex colors are not set. |
Methods in javax.microedition.m3d with parameters of type VertexArray | |
void |
VertexBuffer.setPositions(VertexArray positions,
float scale,
float[] bias)
Sets the vertex positions for this VertexBuffer. |
void |
VertexBuffer.setTexCoords(int index,
VertexArray texCoords,
float scale,
float[] bias)
Sets the texture coordinates for the specified texturing unit. |
void |
VertexBuffer.setNormals(VertexArray normals)
Sets the normal vectors for this VertexBuffer. |
void |
VertexBuffer.setColors(VertexArray colors)
Sets the per-vertex colors for this VertexBuffer. |
float |
Transform.transform(VertexArray in,
VertexArray out,
float scale,
float[] bias)
Transforms the elements of a given VertexArray with this matrix, storing the transformed values into another VertexArray with equal dimensions. |
float |
Transform.transform(VertexArray in,
VertexArray out,
float scale,
float[] bias)
Transforms the elements of a given VertexArray with this matrix, storing the transformed values into another VertexArray with equal dimensions. |
|
JSR-184 Public Review Draft - Apr. 30, 2003. | ||||||||||
PREV NEXT | FRAMES NO FRAMES |