Go to the source code of this file.
◆ CONTENTS_NODE
◆ SIDE_BACK
◆ SIDE_FRONT
◆ SIDE_ON
◆ SURF_DRAWBACKGROUND
#define SURF_DRAWBACKGROUND 0x40 |
◆ SURF_DRAWSKY
◆ SURF_DRAWSKYBOX
#define SURF_DRAWSKYBOX 0x80 |
◆ SURF_DRAWTURB
#define SURF_DRAWTURB 0x10 |
◆ SURF_FLOW
◆ SURF_PLANEBACK
◆ mleaf_t
◆ mnode_t
◆ model_t
◆ mplane_t
◆ msurface_t
◆ mtexinfo_t
◆ modtype_t
Enumerator |
---|
mod_bad | |
mod_brush | |
mod_sprite | |
mod_alias | |
mod_bad | |
mod_brush | |
mod_sprite | |
mod_alias | |
Definition at line 169 of file r_model.h.
◆ Mod_ClearAll()
◆ Mod_ClusterPVS()
Definition at line 268 of file r_model.c.
270 if (cluster == -1 || !model->
vis)
◆ Mod_Extradata()
◆ Mod_ForName()
◆ Mod_Free()
Definition at line 1239 of file r_model.c.
1242 memset (mod, 0,
sizeof(*mod));
◆ Mod_FreeAll()
◆ Mod_Init()
◆ Mod_Modellist_f()
◆ Mod_PointInLeaf()
◆ Mod_TouchModel()
void Mod_TouchModel |
( |
char * |
name | ) |
|
◆ registration_sequence
int registration_sequence |