Assimp
v4.1. (December 2018)
|
Stores all objects of an obj-file object definition. More...
Public Types | |
enum | ObjectType { ObjType, GroupType } |
Public Member Functions | |
Object () | |
Default constructor. More... | |
~Object () | |
Destructor. More... | |
Public Attributes | |
std::vector< unsigned int > | m_Meshes |
Assigned meshes. More... | |
std::string | m_strObjName |
Object name. More... | |
std::vector< Object * > | m_SubObjects |
All sub-objects referenced by this object. More... | |
aiMatrix4x4 | m_Transformation |
Transformation matrix, stored in OpenGL format. More... | |
Stores all objects of an obj-file object definition.
|
inline |
Default constructor.
|
inline |
Destructor.
std::vector<unsigned int> Assimp::ObjFile::Object::m_Meshes |
Assigned meshes.
std::string Assimp::ObjFile::Object::m_strObjName |
Object name.
std::vector<Object*> Assimp::ObjFile::Object::m_SubObjects |
All sub-objects referenced by this object.
aiMatrix4x4 Assimp::ObjFile::Object::m_Transformation |
Transformation matrix, stored in OpenGL format.