com.loader
Class Face
java.lang.Object
com.loader.Face
public class Face
- extends java.lang.Object
|
Constructor Summary |
Face()
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GL_TRIANGLES
public static int GL_TRIANGLES
GL_QUADS
public static int GL_QUADS
Face
public Face()
getVertices
public Vertex[] getVertices()
setVertices
public void setVertices(Vertex[] vertices)
getType
public int getType()
setType
public void setType(int type)
getNormals
public Vertex[] getNormals()
setNormals
public void setNormals(Vertex[] normals)
getTextures
public TextureCoordinate[] getTextures()
setTextures
public void setTextures(TextureCoordinate[] textures)
getMaterial
public Material getMaterial()
setMaterial
public void setMaterial(Material material)