![]() |
DarkPlaces
Game engine based on the Quake 1 engine by id Software, developed by LadyHavoc
|
|
Go to the source code of this file.
Data Structures | |
| struct | iqmanim_t |
| struct | iqmbounds_t |
| struct | iqmextension_t |
| struct | iqmheader_t |
| struct | iqmjoint1_t |
| struct | iqmjoint_t |
| struct | iqmmesh_t |
| struct | iqmpose1_t |
| struct | iqmpose_t |
| struct | iqmtriangle_t |
| struct | iqmvertexarray_t |
Macros | |
| #define | IQM_BLENDINDEXES 4 |
| #define | IQM_BLENDWEIGHTS 5 |
| #define | IQM_BYTE 0 |
| #define | IQM_COLOR 6 |
| #define | IQM_CUSTOM 0x10 |
| #define | IQM_DOUBLE 8 |
| #define | IQM_FLOAT 7 |
| #define | IQM_HALF 6 |
| #define | IQM_INT 4 |
| #define | IQM_LOOP 1 |
| #define | IQM_NORMAL 2 |
| #define | IQM_POSITION 0 |
| #define | IQM_SHORT 2 |
| #define | IQM_TANGENT 3 |
| #define | IQM_TEXCOORD 1 |
| #define | IQM_UBYTE 1 |
| #define | IQM_UINT 5 |
| #define | IQM_USHORT 3 |
| #define IQM_BLENDINDEXES 4 |
Definition at line 36 of file model_iqm.h.
Referenced by Mod_INTERQUAKEMODEL_Load().
| #define IQM_BLENDWEIGHTS 5 |
Definition at line 37 of file model_iqm.h.
Referenced by Mod_INTERQUAKEMODEL_Load().
| #define IQM_BYTE 0 |
Definition at line 41 of file model_iqm.h.
| #define IQM_COLOR 6 |
Definition at line 38 of file model_iqm.h.
Referenced by Mod_INTERQUAKEMODEL_Load().
| #define IQM_CUSTOM 0x10 |
Definition at line 39 of file model_iqm.h.
| #define IQM_DOUBLE 8 |
Definition at line 49 of file model_iqm.h.
| #define IQM_FLOAT 7 |
Definition at line 48 of file model_iqm.h.
Referenced by Mod_INTERQUAKEMODEL_Load().
| #define IQM_HALF 6 |
Definition at line 47 of file model_iqm.h.
| #define IQM_INT 4 |
Definition at line 45 of file model_iqm.h.
| #define IQM_LOOP 1 |
Definition at line 52 of file model_iqm.h.
Referenced by Mod_INTERQUAKEMODEL_Load().
| #define IQM_NORMAL 2 |
Definition at line 34 of file model_iqm.h.
Referenced by Mod_INTERQUAKEMODEL_Load().
| #define IQM_POSITION 0 |
Definition at line 32 of file model_iqm.h.
Referenced by Mod_INTERQUAKEMODEL_Load().
| #define IQM_SHORT 2 |
Definition at line 43 of file model_iqm.h.
| #define IQM_TANGENT 3 |
Definition at line 35 of file model_iqm.h.
Referenced by Mod_INTERQUAKEMODEL_Load().
| #define IQM_TEXCOORD 1 |
Definition at line 33 of file model_iqm.h.
Referenced by Mod_INTERQUAKEMODEL_Load().
| #define IQM_UBYTE 1 |
Definition at line 42 of file model_iqm.h.
Referenced by Mod_INTERQUAKEMODEL_Load().
| #define IQM_UINT 5 |
Definition at line 46 of file model_iqm.h.
| #define IQM_USHORT 3 |
Definition at line 44 of file model_iqm.h.