Uses of Class
com.jme3.scene.plugins.OBJLoader.Face

Packages that use OBJLoader.Face
com.jme3.scene.plugins   
 

Uses of OBJLoader.Face in com.jme3.scene.plugins
 

Fields in com.jme3.scene.plugins with type parameters of type OBJLoader.Face
protected  java.util.ArrayList<OBJLoader.Face> OBJLoader.faces
           
protected  java.util.HashMap<java.lang.String,java.util.ArrayList<OBJLoader.Face>> OBJLoader.matFaces
           
 

Methods in com.jme3.scene.plugins that return OBJLoader.Face
protected  OBJLoader.Face[] OBJLoader.quadToTriangle(OBJLoader.Face f)
           
 

Methods in com.jme3.scene.plugins with parameters of type OBJLoader.Face
protected  OBJLoader.Face[] OBJLoader.quadToTriangle(OBJLoader.Face f)
           
 

Method parameters in com.jme3.scene.plugins with type arguments of type OBJLoader.Face
protected  Mesh OBJLoader.constructMesh(java.util.ArrayList<OBJLoader.Face> faceList)
           
protected  Geometry OBJLoader.createGeometry(java.util.ArrayList<OBJLoader.Face> faceList, java.lang.String matName)