Assimp  v4.1. (December 2018)
Assimp::MD3::Header Struct Reference

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

Detailed Description

Data structure for the MD3 main header.

Member Data Documentation

◆ FLAGS

int32_t Assimp::MD3::Header::FLAGS

unknown

◆ IDENT

uint32_t Assimp::MD3::Header::IDENT

magic number

◆ NAME

char Assimp::MD3::Header::NAME[AI_MD3_MAXQPATH]

original name in .pak archive

◆ NUM_FRAMES

uint32_t Assimp::MD3::Header::NUM_FRAMES

number of frames in the file

◆ NUM_SKINS

uint32_t Assimp::MD3::Header::NUM_SKINS

number of skins in the file

◆ NUM_SURFACES

uint32_t Assimp::MD3::Header::NUM_SURFACES

number of surfaces in the file

◆ NUM_TAGS

uint32_t Assimp::MD3::Header::NUM_TAGS

number of tags in the file

◆ OFS_EOF

uint32_t Assimp::MD3::Header::OFS_EOF

end of file

◆ OFS_FRAMES

uint32_t Assimp::MD3::Header::OFS_FRAMES

offset of the first frame

◆ OFS_SURFACES

uint32_t Assimp::MD3::Header::OFS_SURFACES

offset of the first surface

◆ OFS_TAGS

uint32_t Assimp::MD3::Header::OFS_TAGS

offset of the first tag

◆ VERSION

uint32_t Assimp::MD3::Header::VERSION

file format version


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