Assimp
v3.1.1 (June 2014)
|
Data structure for the MD3 main header. More...
Public Attributes | |
int32_t | FLAGS |
unknown More... | |
uint32_t | IDENT |
magic number More... | |
char | NAME [AI_MD3_MAXQPATH] |
original name in .pak archive More... | |
uint32_t | NUM_FRAMES |
number of frames in the file More... | |
uint32_t | NUM_SKINS |
number of skins in the file More... | |
uint32_t | NUM_SURFACES |
number of surfaces in the file More... | |
uint32_t | NUM_TAGS |
number of tags in the file More... | |
uint32_t | OFS_EOF |
end of file More... | |
uint32_t | OFS_FRAMES |
offset of the first frame More... | |
uint32_t | OFS_SURFACES |
offset of the first surface More... | |
uint32_t | OFS_TAGS |
offset of the first tag More... | |
uint32_t | VERSION |
file format version More... | |
Data structure for the MD3 main header.
int32_t Assimp::MD3::Header::FLAGS |
unknown
uint32_t Assimp::MD3::Header::IDENT |
magic number
char Assimp::MD3::Header::NAME[AI_MD3_MAXQPATH] |
original name in .pak archive
uint32_t Assimp::MD3::Header::NUM_FRAMES |
number of frames in the file
uint32_t Assimp::MD3::Header::NUM_SKINS |
number of skins in the file
uint32_t Assimp::MD3::Header::NUM_SURFACES |
number of surfaces in the file
uint32_t Assimp::MD3::Header::NUM_TAGS |
number of tags in the file
uint32_t Assimp::MD3::Header::OFS_EOF |
end of file
uint32_t Assimp::MD3::Header::OFS_FRAMES |
offset of the first frame
uint32_t Assimp::MD3::Header::OFS_SURFACES |
offset of the first surface
uint32_t Assimp::MD3::Header::OFS_TAGS |
offset of the first tag
uint32_t Assimp::MD3::Header::VERSION |
file format version