Assimp
v3.1.1 (June 2014)
|
Data structure for the MD4 main header. More...
Public Attributes | |
int32_t | magic |
magic number More... | |
unsigned char | name [AI_MD4_MAXQPATH] |
original name in .pak archive More... | |
int32_t | NUM_BONES |
number of bones in the file More... | |
int32_t | NUM_FRAMES |
number of frames in the file More... | |
int32_t | NUM_SURFACES |
number of surfaces in the file More... | |
int32_t | OFS_BONES |
offset of the first bone More... | |
int32_t | OFS_EOF |
end of file More... | |
int32_t | OFS_FRAMES |
offset of the first frame More... | |
int32_t | OFS_SURFACES |
offset of the first surface More... | |
int32_t | version |
file format version More... | |
Data structure for the MD4 main header.
int32_t Assimp::MD4::Header::magic |
magic number
unsigned char Assimp::MD4::Header::name[AI_MD4_MAXQPATH] |
original name in .pak archive
int32_t Assimp::MD4::Header::NUM_BONES |
number of bones in the file
int32_t Assimp::MD4::Header::NUM_FRAMES |
number of frames in the file
int32_t Assimp::MD4::Header::NUM_SURFACES |
number of surfaces in the file
int32_t Assimp::MD4::Header::OFS_BONES |
offset of the first bone
int32_t Assimp::MD4::Header::OFS_EOF |
end of file
int32_t Assimp::MD4::Header::OFS_FRAMES |
offset of the first frame
int32_t Assimp::MD4::Header::OFS_SURFACES |
offset of the first surface
int32_t Assimp::MD4::Header::version |
file format version