|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjme.geometry.model.Mesh
A Mesh is a group of related triangles in MS3D.
Field Summary | |
int |
flags
The flags in MS3D. |
int |
materialIndex
The index into the array of materials in the model. |
java.lang.String |
name
The name of the mesh in MS3D. |
float[][] |
normals
The normals in the mesh. |
int |
numberNormals
The number of normal vectors in the mesh. |
int |
numberTriangles
The number of triangles in the mesh. |
int |
numberVertices
The number of vertices in the mesh. |
Triangle[] |
triangles
The traingles in the mesh. |
Vertex[] |
vertices
The vertices in the mesh. |
Constructor Summary | |
Mesh()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public java.lang.String name
public int flags
public int materialIndex
public int numberVertices
public int numberNormals
public int numberTriangles
public Vertex[] vertices
public float[][] normals
public Triangle[] triangles
Constructor Detail |
public Mesh()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |