convex region of space in the BSP tree More...
#include <typedefs.h>
Data Fields | |
int | contentFlags |
short | area |
short | mins [3] |
short | maxs [3] |
unsigned short | firstleafbrush |
unsigned short | numleafbrushes |
convex region of space in the BSP tree
Definition at line 293 of file typedefs.h.
short dBspLeaf_t::area |
Definition at line 296 of file typedefs.h.
Referenced by EmitLeaf(), and SwapBSPFile().
OR of all brushes
Definition at line 294 of file typedefs.h.
Referenced by BeginBSPFile(), EmitLeaf(), and SwapBSPFile().
unsigned short dBspLeaf_t::firstleafbrush |
Definition at line 301 of file typedefs.h.
Referenced by EmitLeaf(), and SwapBSPFile().
short dBspLeaf_t::maxs[3] |
for frustum culling
Definition at line 299 of file typedefs.h.
Referenced by EmitLeaf(), and SwapBSPFile().
short dBspLeaf_t::mins[3] |
for frustum culling
Definition at line 298 of file typedefs.h.
Referenced by EmitLeaf(), and SwapBSPFile().
unsigned short dBspLeaf_t::numleafbrushes |
Definition at line 302 of file typedefs.h.
Referenced by EmitLeaf(), and SwapBSPFile().