Macros | |
#define | MOD_BLOCK 16 |
Functions | |
void | Mod_ClearAll (void) |
model_t * | Mod_FindName (const char *name) |
model_t * | Mod_ForName (const char *name, qboolean crash) |
void | Mod_Init (void) |
void | Mod_Init_Cvars (void) |
void | Mod_Print (void) |
void | Mod_TouchModel (const char *name) |
float | RadiusFromBounds (const vec3_t mins, const vec3_t maxs) |
Variables | |
cvar_t * | gl_alias_render_tri |
cvar_t * | gl_mesh_cache |
cvar_t * | gl_subdivide_size |
cvar_t * | gl_textures_external |
model_t * | loadmodel |
char * | loadname |
vid_model_funcs_t * | mod_funcs |
model_t ** | mod_known |
int | mod_maxknown |
int | mod_numknown |
texture_t * | r_notexture_mip |
#define MOD_BLOCK 16 |
void Mod_ClearAll | ( | void | ) |
void Mod_Init | ( | void | ) |
void Mod_Init_Cvars | ( | void | ) |
void Mod_Print | ( | void | ) |
void Mod_TouchModel | ( | const char * | name | ) |
cvar_t* gl_alias_render_tri |
cvar_t* gl_mesh_cache |
cvar_t* gl_subdivide_size |
cvar_t* gl_textures_external |
model_t* loadmodel |
char* loadname |
vid_model_funcs_t* mod_funcs |
model_t** mod_known |
int mod_maxknown |
int mod_numknown |
texture_t* r_notexture_mip |