public static final class Projection.Mesh
extends java.lang.Object
| Constructor and Description |
|---|
Mesh(Projection.SubMesh... subMeshes) |
| Modifier and Type | Method and Description |
|---|---|
Projection.SubMesh |
getSubMesh(int index)
Returns the SubMesh for the given index.
|
int |
getSubMeshCount()
Returns the number of sub meshes.
|
public Mesh(Projection.SubMesh... subMeshes)
public int getSubMeshCount()
public Projection.SubMesh getSubMesh(int index)