java.lang.Object
org.jagatoo.loaders.models.obj.OBJFaceList
- Direct Known Subclasses:
OBJGroup
A list of the faces that build up the obj file
- Author:
- Kevin Glass, Marvin Froehlich (aka Qudus)
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(String line, OBJMaterial mat) getFaces()
List<float[]>
List<float[]>
List<float[]>
boolean
boolean
void
void
setNormalsUsed
(boolean used) void
setTexturesUsed
(boolean used) boolean
boolean
-
Constructor Details
-
OBJFaceList
-
-
Method Details
-
setFaces
-
getFaces
-
getVertexList
-
getNormalList
-
getTexList
-
setNormalsUsed
public void setNormalsUsed(boolean used) -
normalsUsed
public boolean normalsUsed() -
normalsSupported
public boolean normalsSupported() -
setTexturesUsed
public void setTexturesUsed(boolean used) -
texturesUsed
public boolean texturesUsed() -
texturesSupported
public boolean texturesSupported() -
add
-