type 2 model (hierarchical skeletal pose) within this specification, int is assumed to be 32bit, float is assumed to be 32bit, char is assumed to be 8bit, text is assumed to be an array of chars with NULL termination all values are big endian (also known as network byte ordering), NOT x86 little endian More...
#include <qfiles.h>
Data Fields | |
char | id [16] |
uint32_t | type |
uint32_t | filesize |
float | mins [3] |
float | maxs [3] |
float | yawradius |
float | allradius |
uint32_t | num_bones |
uint32_t | num_meshs |
uint32_t | num_frames |
uint32_t | ofs_bones |
uint32_t | ofs_meshs |
uint32_t | ofs_frames |
type 2 model (hierarchical skeletal pose) within this specification, int is assumed to be 32bit, float is assumed to be 32bit, char is assumed to be 8bit, text is assumed to be an array of chars with NULL termination all values are big endian (also known as network byte ordering), NOT x86 little endian
Definition at line 289 of file qfiles.h.
float dpmheader_s::allradius |
char dpmheader_s::id[16] |
float dpmheader_s::maxs[3] |
Definition at line 293 of file qfiles.h.
Referenced by R_ModLoadAliasDPMModel().
float dpmheader_s::mins[3] |
Definition at line 293 of file qfiles.h.
Referenced by R_ModLoadAliasDPMModel().
these offsets are relative to the file
Definition at line 296 of file qfiles.h.
Referenced by R_ModLoadAliasDPMModel().
Definition at line 298 of file qfiles.h.
Referenced by R_ModLoadAliasDPMModel(), and SV_ModLoadAliasDPMModel().
Definition at line 297 of file qfiles.h.
Referenced by R_ModLoadAliasDPMModel().
dpmbone_t bone[num_bones];
Definition at line 299 of file qfiles.h.
Referenced by R_ModLoadAliasDPMModel().
dpmframe_t frame[num_frames];
Definition at line 301 of file qfiles.h.
Referenced by R_ModLoadAliasDPMModel(), and SV_ModLoadAliasDPMModel().
dpmmesh_t mesh[num_meshs];
Definition at line 300 of file qfiles.h.
Referenced by R_ModLoadAliasDPMModel().
2 (hierarchical skeletal pose)
Definition at line 291 of file qfiles.h.
Referenced by R_ModLoadAliasDPMModel().
float dpmheader_s::yawradius |