Assimp  v3.1.1 (June 2014)
Assimp::MD4::Header Struct Reference

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...
 

Detailed Description

Data structure for the MD4 main header.

Member Data Documentation

§ magic

int32_t Assimp::MD4::Header::magic

magic number

§ name

unsigned char Assimp::MD4::Header::name[AI_MD4_MAXQPATH]

original name in .pak archive

§ NUM_BONES

int32_t Assimp::MD4::Header::NUM_BONES

number of bones in the file

§ NUM_FRAMES

int32_t Assimp::MD4::Header::NUM_FRAMES

number of frames in the file

§ NUM_SURFACES

int32_t Assimp::MD4::Header::NUM_SURFACES

number of surfaces in the file

§ OFS_BONES

int32_t Assimp::MD4::Header::OFS_BONES

offset of the first bone

§ OFS_EOF

int32_t Assimp::MD4::Header::OFS_EOF

end of file

§ OFS_FRAMES

int32_t Assimp::MD4::Header::OFS_FRAMES

offset of the first frame

§ OFS_SURFACES

int32_t Assimp::MD4::Header::OFS_SURFACES

offset of the first surface

§ version

int32_t Assimp::MD4::Header::version

file format version


The documentation for this struct was generated from the following file: