endrov.typeMesh3d
Class Mesh3D.Face

java.lang.Object
  extended by endrov.typeMesh3d.Mesh3D.Face
Enclosing class:
Mesh3D

public static class Mesh3D.Face
extends java.lang.Object

Instance *


Field Summary
 EvGLMaterial material
           
 int[] normal
           
 java.lang.Integer smoothGroup
           
 int[] texcoord
           
 int[] vertex
           
 
Constructor Summary
Mesh3D.Face()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

vertex

public int[] vertex

texcoord

public int[] texcoord

normal

public int[] normal

smoothGroup

public java.lang.Integer smoothGroup

material

public EvGLMaterial material
Constructor Detail

Mesh3D.Face

public Mesh3D.Face()