Class MeshObjLoader
java.lang.Object
cz.fidentis.analyst.data.mesh.impl.io.MeshObjLoader
Utility class for loading human face from OBJ data format.
Expects only one human face in one file stored as one object.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic MeshModel
readFromObj
(File file) Opens file and loads data into MeshModel
-
Constructor Details
-
MeshObjLoader
public MeshObjLoader()
-
-
Method Details
-
readFromObj
Opens file and loads data into MeshModel- Parameters:
file
- File containing face to load into a MeshModel- Returns:
- Complete MeshModel
- Throws:
IOException
- There was problem with reading the file
-