![]() |
DarkPlaces
Game engine based on the Quake 1 engine by id Software, developed by LadyHavoc
|
|
#include <model_iqm.h>
Data Fields | |
unsigned int | filesize |
unsigned int | flags |
char | id [16] |
unsigned int | num_anims |
unsigned int | num_comment |
unsigned int | num_extensions |
unsigned int | num_framechannels |
unsigned int | num_frames |
unsigned int | num_joints |
unsigned int | num_meshes |
unsigned int | num_poses |
unsigned int | num_text |
unsigned int | num_triangles |
unsigned int | num_vertexarrays |
unsigned int | num_vertexes |
unsigned int | ofs_anims |
unsigned int | ofs_bounds |
unsigned int | ofs_comment |
unsigned int | ofs_extensions |
unsigned int | ofs_frames |
unsigned int | ofs_joints |
unsigned int | ofs_meshes |
unsigned int | ofs_neighbors |
unsigned int | ofs_poses |
unsigned int | ofs_text |
unsigned int | ofs_triangles |
unsigned int | ofs_vertexarrays |
unsigned int | version |
Definition at line 4 of file model_iqm.h.
unsigned int iqmheader_t::filesize |
Definition at line 8 of file model_iqm.h.
Referenced by Mod_INTERQUAKEMODEL_Load().
unsigned int iqmheader_t::flags |
Definition at line 9 of file model_iqm.h.
Referenced by Mod_INTERQUAKEMODEL_Load().
char iqmheader_t::id[16] |
Definition at line 6 of file model_iqm.h.
Referenced by Mod_INTERQUAKEMODEL_Load().
unsigned int iqmheader_t::num_anims |
Definition at line 16 of file model_iqm.h.
Referenced by Mod_INTERQUAKEMODEL_Load().
unsigned int iqmheader_t::num_comment |
Definition at line 18 of file model_iqm.h.
Referenced by Mod_INTERQUAKEMODEL_Load().
unsigned int iqmheader_t::num_extensions |
Definition at line 19 of file model_iqm.h.
Referenced by Mod_INTERQUAKEMODEL_Load().
unsigned int iqmheader_t::num_framechannels |
Definition at line 17 of file model_iqm.h.
Referenced by Mod_INTERQUAKEMODEL_Load().
unsigned int iqmheader_t::num_frames |
Definition at line 17 of file model_iqm.h.
Referenced by Mod_INTERQUAKEMODEL_Load().
unsigned int iqmheader_t::num_joints |
Definition at line 14 of file model_iqm.h.
Referenced by Mod_INTERQUAKEMODEL_Load().
unsigned int iqmheader_t::num_meshes |
Definition at line 11 of file model_iqm.h.
Referenced by Mod_INTERQUAKEMODEL_Load().
unsigned int iqmheader_t::num_poses |
Definition at line 15 of file model_iqm.h.
Referenced by Mod_INTERQUAKEMODEL_Load().
unsigned int iqmheader_t::num_text |
Definition at line 10 of file model_iqm.h.
Referenced by Mod_INTERQUAKEMODEL_Load().
unsigned int iqmheader_t::num_triangles |
Definition at line 13 of file model_iqm.h.
Referenced by Mod_INTERQUAKEMODEL_Load().
unsigned int iqmheader_t::num_vertexarrays |
Definition at line 12 of file model_iqm.h.
Referenced by Mod_INTERQUAKEMODEL_Load().
unsigned int iqmheader_t::num_vertexes |
Definition at line 12 of file model_iqm.h.
Referenced by Mod_INTERQUAKEMODEL_Load().
unsigned int iqmheader_t::ofs_anims |
Definition at line 16 of file model_iqm.h.
Referenced by Mod_INTERQUAKEMODEL_Load().
unsigned int iqmheader_t::ofs_bounds |
Definition at line 17 of file model_iqm.h.
Referenced by Mod_INTERQUAKEMODEL_Load().
unsigned int iqmheader_t::ofs_comment |
Definition at line 18 of file model_iqm.h.
Referenced by Mod_INTERQUAKEMODEL_Load().
unsigned int iqmheader_t::ofs_extensions |
Definition at line 19 of file model_iqm.h.
Referenced by Mod_INTERQUAKEMODEL_Load().
unsigned int iqmheader_t::ofs_frames |
Definition at line 17 of file model_iqm.h.
Referenced by Mod_INTERQUAKEMODEL_Load().
unsigned int iqmheader_t::ofs_joints |
Definition at line 14 of file model_iqm.h.
Referenced by Mod_INTERQUAKEMODEL_Load().
unsigned int iqmheader_t::ofs_meshes |
Definition at line 11 of file model_iqm.h.
Referenced by Mod_INTERQUAKEMODEL_Load().
unsigned int iqmheader_t::ofs_neighbors |
Definition at line 13 of file model_iqm.h.
Referenced by Mod_INTERQUAKEMODEL_Load().
unsigned int iqmheader_t::ofs_poses |
Definition at line 15 of file model_iqm.h.
Referenced by Mod_INTERQUAKEMODEL_Load().
unsigned int iqmheader_t::ofs_text |
Definition at line 10 of file model_iqm.h.
Referenced by Mod_INTERQUAKEMODEL_Load().
unsigned int iqmheader_t::ofs_triangles |
Definition at line 13 of file model_iqm.h.
Referenced by Mod_INTERQUAKEMODEL_Load().
unsigned int iqmheader_t::ofs_vertexarrays |
Definition at line 12 of file model_iqm.h.
Referenced by Mod_INTERQUAKEMODEL_Load().
unsigned int iqmheader_t::version |
Definition at line 7 of file model_iqm.h.
Referenced by Mod_INTERQUAKEMODEL_Load().