|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.rico.engine.geometry.modelloader.ms3d.MeshMS3D
public class MeshMS3D
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. |
TriangleMS3D[] |
triangles
The traingles in the mesh. |
VertexMS3D[] |
vertices
The vertices in the mesh. |
Constructor Summary | |
---|---|
MeshMS3D()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, 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 VertexMS3D[] vertices
public float[][] normals
public TriangleMS3D[] triangles
Constructor Detail |
---|
public MeshMS3D()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |