Class MeshObjExporter

java.lang.Object
cz.fidentis.analyst.data.mesh.impl.io.MeshObjExporter

public class MeshObjExporter extends Object
Utility class for exporting model to .obj file (vertices, normals and triangles)
  • Constructor Details

    • MeshObjExporter

      public MeshObjExporter()
  • Method Details

    • exportModelToObj

      public static void exportModelToObj(MeshModel model, File exportFile) throws IOException
      Exports all facets of the model to .obj file
      Parameters:
      model - Model to be exported.
      exportFile - File to which model is exported
      Throws:
      IOException