| Class | Description |
---|
| ObjFileData |
ObjFileData class contains meshes and materials that were read from obj file.
|
| ObjFileException |
ObjFileException can be thrown when reading obj file with ReaderObj class.
|
| ObjFileToSceneNodesConverter |
ObjFileToSceneNodesConverter class can be used to convert the ObjFileData (3d model read from obj file) into SceneNode.
|
| ObjMaterial |
ObjMaterial defines a material that was read from mtl file.
|
| ObjMesh |
ObjMesh defines the mesh object in obj file. It contains one or more ObjMeshGroup that define the faces that defined the 3D objects.
|
| ObjMeshGroup |
ObjMeshGroup is used to group faces inside obj mesh.
|