DarkPlaces
Game engine based on the Quake 1 engine by id Software, developed by LadyHavoc
 
model_iqm.h File Reference
+ This graph shows which files directly or indirectly include this file:

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
 

Macro Definition Documentation

◆ IQM_BLENDINDEXES

#define IQM_BLENDINDEXES   4

Definition at line 36 of file model_iqm.h.

Referenced by Mod_INTERQUAKEMODEL_Load().

◆ IQM_BLENDWEIGHTS

#define IQM_BLENDWEIGHTS   5

Definition at line 37 of file model_iqm.h.

Referenced by Mod_INTERQUAKEMODEL_Load().

◆ IQM_BYTE

#define IQM_BYTE   0

Definition at line 41 of file model_iqm.h.

◆ IQM_COLOR

#define IQM_COLOR   6

Definition at line 38 of file model_iqm.h.

Referenced by Mod_INTERQUAKEMODEL_Load().

◆ IQM_CUSTOM

#define IQM_CUSTOM   0x10

Definition at line 39 of file model_iqm.h.

◆ IQM_DOUBLE

#define IQM_DOUBLE   8

Definition at line 49 of file model_iqm.h.

◆ IQM_FLOAT

#define IQM_FLOAT   7

Definition at line 48 of file model_iqm.h.

Referenced by Mod_INTERQUAKEMODEL_Load().

◆ IQM_HALF

#define IQM_HALF   6

Definition at line 47 of file model_iqm.h.

◆ IQM_INT

#define IQM_INT   4

Definition at line 45 of file model_iqm.h.

◆ IQM_LOOP

#define IQM_LOOP   1

Definition at line 52 of file model_iqm.h.

Referenced by Mod_INTERQUAKEMODEL_Load().

◆ IQM_NORMAL

#define IQM_NORMAL   2

Definition at line 34 of file model_iqm.h.

Referenced by Mod_INTERQUAKEMODEL_Load().

◆ IQM_POSITION

#define IQM_POSITION   0

Definition at line 32 of file model_iqm.h.

Referenced by Mod_INTERQUAKEMODEL_Load().

◆ IQM_SHORT

#define IQM_SHORT   2

Definition at line 43 of file model_iqm.h.

◆ IQM_TANGENT

#define IQM_TANGENT   3

Definition at line 35 of file model_iqm.h.

Referenced by Mod_INTERQUAKEMODEL_Load().

◆ IQM_TEXCOORD

#define IQM_TEXCOORD   1

Definition at line 33 of file model_iqm.h.

Referenced by Mod_INTERQUAKEMODEL_Load().

◆ IQM_UBYTE

#define IQM_UBYTE   1

Definition at line 42 of file model_iqm.h.

Referenced by Mod_INTERQUAKEMODEL_Load().

◆ IQM_UINT

#define IQM_UINT   5

Definition at line 46 of file model_iqm.h.

◆ IQM_USHORT

#define IQM_USHORT   3

Definition at line 44 of file model_iqm.h.