Class Face
java.lang.Object
com.pixelmonmod.pixelmon.client.models.obj.Face
-
Field Summary
Modifier and TypeFieldDescriptionstatic int
static int
int[]
static int
int[]
int[]
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint[]
Vertex[]
int
getType()
Vertex[]
void
setIndices
(int[] indices) void
setNormals
(Vertex[] normals) void
setTextures
(TextureCoordinate[] textures) void
setType
(int type) void
setVertices
(Vertex[] vertices)
-
Field Details
-
GL_TRIANGLES
public static int GL_TRIANGLES -
GL_QUADS
public static int GL_QUADS -
POLY_FACE
public static int POLY_FACE -
vertIndices
public int[] vertIndices -
normIndices
public int[] normIndices -
texIndices
public int[] texIndices
-
-
Constructor Details
-
Face
public Face()
-
-
Method Details
-
getIndices
public int[] getIndices() -
getVertices
-
setIndices
public void setIndices(int[] indices) -
setVertices
-
getType
public int getType() -
setType
public void setType(int type) -
getNormals
-
setNormals
-
getTextures
-
setTextures
-