Click or drag to resize
Ab4d.SharpEngine logo

Ab4d.SharpEngine.ObjFile Namespace

 
Classes
 ClassDescription
Public classObjFileData ObjFileData class contains meshes and materials that were read from obj file.
Public classObjFileException ObjFileException can be thrown when reading obj file with ReaderObj class.
Public classObjFileToSceneNodesConverter ObjFileToModel3DConverter class can be used to convert the ObjFileData (3d model read from obj file) into SceneNode.
Public classObjMaterial ObjMaterial defines a material that was read from mtl file.
Public classObjMesh ObjMesh defines the mesh object in obj file. It contains one or more ObjMeshGroup that define the faces that defined the 3D objects.
Public classObjMeshGroup ObjMeshGroup is used to group faces inside obj mesh.