Class MeshObjExporter
java.lang.Object
cz.fidentis.analyst.data.mesh.impl.io.MeshObjExporter
Utility class for exporting model to .obj file (vertices, normals and triangles)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
exportModelToObj
(MeshModel model, File exportFile) Exports all facets of the model to .obj file
-
Constructor Details
-
MeshObjExporter
public MeshObjExporter()
-
-
Method Details
-
exportModelToObj
Exports all facets of the model to .obj file- Parameters:
model
- Model to be exported.exportFile
- File to which model is exported- Throws:
IOException
-