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

Data Fields | |
| int | contents |
| AABB | minmaxs |
| struct mBspNode_s * | parent |
| struct model_s * | model |
| cBspPlane_t * | plane |
| struct mBspNode_s * | children [2] |
| unsigned short | firstsurface |
| unsigned short | numsurfaces |
Definition at line 171 of file r_model_brush.h.
| struct mBspNode_s* mBspNode_t::children[2] |
Definition at line 182 of file r_model_brush.h.
Referenced by R_ModLoadNodes(), R_RecurseWorld(), R_RecursiveSetModel(), R_RecursiveVisibleWorldNode(), R_RecursiveWorldNode(), and R_SetModel().
| int mBspNode_t::contents |
-1, to differentiate from leafs
Definition at line 173 of file r_model_brush.h.
Referenced by R_ModLoadNodes(), R_RecurseWorld(), R_RecursiveSetModel(), R_RecursiveVisibleWorldNode(), R_RecursiveWorldNode(), and R_SetModel().
| unsigned short mBspNode_t::firstsurface |
Definition at line 184 of file r_model_brush.h.
Referenced by R_ModLoadNodes(), R_RecursiveVisibleWorldNode(), and R_RecursiveWorldNode().
| AABB mBspNode_t::minmaxs |
for bounding box culling
Definition at line 174 of file r_model_brush.h.
Referenced by R_ModLoadNodes(), and R_RecursiveWorldNode().
| struct model_s* mBspNode_t::model |
Definition at line 178 of file r_model_brush.h.
Referenced by R_SetModel().
| unsigned short mBspNode_t::numsurfaces |
Definition at line 185 of file r_model_brush.h.
Referenced by R_ModLoadNodes(), R_RecursiveVisibleWorldNode(), and R_RecursiveWorldNode().
| struct mBspNode_s* mBspNode_t::parent |
Definition at line 176 of file r_model_brush.h.
| cBspPlane_t* mBspNode_t::plane |
Definition at line 181 of file r_model_brush.h.
Referenced by R_ModLoadNodes(), R_RecursiveVisibleWorldNode(), and R_RecursiveWorldNode().