|
UFO: Alien Invasion
|
convex region of space in the BSP tree More...
#include <typedefs.h>

Data Fields | |
| uint32_t | contentFlags |
| short | area |
| short | mins [3] |
| short | maxs [3] |
| uint16_t | firstleafbrush |
| uint16_t | numleafbrushes |
convex region of space in the BSP tree
Definition at line 416 of file typedefs.h.
| short dBspLeaf_t::area |
Definition at line 419 of file typedefs.h.
Referenced by EmitLeaf(), and SwapBSPFile().
| uint32_t dBspLeaf_t::contentFlags |
OR of all brushes
Definition at line 417 of file typedefs.h.
Referenced by CMod_LoadLeafs(), EmitLeaf(), R_ModLoadLeafs(), and SwapBSPFile().
| uint16_t dBspLeaf_t::firstleafbrush |
Definition at line 424 of file typedefs.h.
Referenced by CMod_LoadLeafs(), EmitLeaf(), and SwapBSPFile().
| short dBspLeaf_t::maxs[3] |
for frustum culling
Definition at line 422 of file typedefs.h.
Referenced by EmitLeaf(), R_ModLoadLeafs(), and SwapBSPFile().
| short dBspLeaf_t::mins[3] |
for frustum culling
Definition at line 421 of file typedefs.h.
Referenced by EmitLeaf(), R_ModLoadLeafs(), and SwapBSPFile().
| uint16_t dBspLeaf_t::numleafbrushes |
Definition at line 425 of file typedefs.h.
Referenced by CMod_LoadLeafs(), EmitLeaf(), and SwapBSPFile().