|
UFO: Alien Invasion
|
#include <r_model_brush.h>

Data Fields | |
| AABB | hBox |
| vec3_t | origin |
| float | radius |
| int | headnode |
| int | visleafs |
| int | firstface |
| int | numfaces |
Definition at line 41 of file r_model_brush.h.
| int mBspHeader_t::firstface |
Definition at line 47 of file r_model_brush.h.
Referenced by R_GenerateGrass(), R_ModLoadSubmodels(), R_SetupSubmodels(), and R_SetupWorldModel().
| AABB mBspHeader_t::hBox |
Definition at line 42 of file r_model_brush.h.
Referenced by R_ModLoadSubmodels(), and R_SetupSubmodels().
| int mBspHeader_t::headnode |
Definition at line 45 of file r_model_brush.h.
Referenced by R_GetLevelSurfaceLists(), R_ModLoadSubmodels(), and R_SetupSubmodels().
| int mBspHeader_t::numfaces |
indices in the bsp surfaces list
Definition at line 47 of file r_model_brush.h.
Referenced by R_GenerateGrass(), R_GetLevelSurfaceLists(), R_ModLoadSubmodels(), R_SetupSubmodels(), and R_SetupWorldModel().
| vec3_t mBspHeader_t::origin |
Definition at line 43 of file r_model_brush.h.
Referenced by R_ModLoadSubmodels().
| float mBspHeader_t::radius |
Definition at line 44 of file r_model_brush.h.
Referenced by R_ModLoadSubmodels(), and R_SetupSubmodels().
| int mBspHeader_t::visleafs |
not including the solid leaf 0
Definition at line 46 of file r_model_brush.h.