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

Data Fields | |
| int | contents |
| AABB | minmaxs |
| mBspNode_t * | parent |
| struct model_s * | model |
Definition at line 188 of file r_model_brush.h.
| int mBspLeaf_t::contents |
will be a negative contents number
Definition at line 190 of file r_model_brush.h.
Referenced by R_ModLoadLeafs().
| AABB mBspLeaf_t::minmaxs |
for bounding box culling
Definition at line 191 of file r_model_brush.h.
Referenced by R_ModLoadLeafs().
| struct model_s* mBspLeaf_t::model |
Definition at line 195 of file r_model_brush.h.
| mBspNode_t* mBspLeaf_t::parent |
Definition at line 193 of file r_model_brush.h.