public static final class Projection.SubMesh
extends java.lang.Object
Projection.Mesh
.Modifier and Type | Field and Description |
---|---|
int |
mode
The drawing mode.
|
float[] |
textureCoords
The SubMesh texture coordinates.
|
int |
textureId
Texture ID.
|
float[] |
vertices
The SubMesh vertices.
|
static int |
VIDEO_TEXTURE_ID
Texture ID for video frames.
|
Constructor and Description |
---|
SubMesh(int textureId,
float[] vertices,
float[] textureCoords,
int mode) |
Modifier and Type | Method and Description |
---|---|
int |
getVertexCount()
Returns the SubMesh vertex count.
|
public static final int VIDEO_TEXTURE_ID
public final int textureId
public final int mode
Projection.DrawMode
.public final float[] vertices
public final float[] textureCoords