Click or drag to resize
Ab4d.SharpEngine logo

ObjFileData Class

ObjFileData class contains meshes and materials that were read from obj file.
Inheritance Hierarchy
SystemObject
  Ab4d.SharpEngine.ObjFileObjFileData

Namespace: Ab4d.SharpEngine.ObjFile
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 1.0.8740+deb2991acfe86a95cca780cd4f82bcae2805c1a5
Syntax
C#
public class ObjFileData

The ObjFileData type exposes the following members.

Constructors
 NameDescription
Public methodObjFileData Initializes a new instance of the ObjFileData class.
Top
Properties
 NameDescription
Public propertyMaterialLibrary Gets a dictionary of all the materials defined in the material library that is associated with this obj file.
Public propertyMeshes Gets list of all ObjMeshData objects.
Public propertyNormals Gets a list of normals that are used by the ObjMeshGroup.
Public propertyPositions Gets a list of positions that are used by the ObjMeshGroup.
Public propertyTextureCoordinates Gets a list of texture coordinates that are used by the ObjMeshGroup.
Top
See Also