Assimp
v3.1.1 (June 2014)
|
COB Group data structure. More...
Inherits Assimp::COB::Node.
Public Member Functions | |
Group () | |
![]() | |
Node (Type type) | |
virtual | ~Node () |
![]() | |
ChunkInfo () | |
Additional Inherited Members | |
![]() | |
typedef std::deque< const Node * > | ChildList |
enum | Type { TYPE_MESH, TYPE_GROUP, TYPE_LIGHT, TYPE_CAMERA, TYPE_BONE } |
![]() | |
enum | { NO_SIZE =UINT_MAX } |
![]() | |
std::string | name |
ChildList | temp_children |
aiMatrix4x4 | transform |
Type | type |
float | unit_scale |
![]() | |
unsigned int | id |
unsigned int | parent_id |
unsigned int | size |
unsigned int | version |
|
inline |