Class MeshObjLoader

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

public class MeshObjLoader extends Object
Utility class for loading human face from OBJ data format. Expects only one human face in one file stored as one object.
  • Constructor Details

    • MeshObjLoader

      public MeshObjLoader()
  • Method Details

    • readFromObj

      public static MeshModel readFromObj(File file) throws IOException
      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