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_s::contents |
will be a negative contents number
Definition at line 190 of file r_model_brush.h.
Referenced by R_ModLoadLeafs().
AABB mBspLeaf_s::minmaxs |
for bounding box culling
Definition at line 191 of file r_model_brush.h.
Referenced by R_ModLoadLeafs().
struct model_s* mBspLeaf_s::model |
Definition at line 195 of file r_model_brush.h.
mBspNode_t* mBspLeaf_s::parent |
Definition at line 193 of file r_model_brush.h.