UFO: Alien Invasion
Loading...
Searching...
No Matches
dBspLeaf_t Struct Reference

convex region of space in the BSP tree More...

#include <typedefs.h>

Collaboration diagram for dBspLeaf_t:
Collaboration graph

Data Fields

uint32_t contentFlags
short area
short mins [3]
short maxs [3]
uint16_t firstleafbrush
uint16_t numleafbrushes

Detailed Description

convex region of space in the BSP tree

Definition at line 416 of file typedefs.h.

Field Documentation

◆ area

short dBspLeaf_t::area

Definition at line 419 of file typedefs.h.

Referenced by EmitLeaf(), and SwapBSPFile().

◆ contentFlags

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().

◆ firstleafbrush

uint16_t dBspLeaf_t::firstleafbrush

Definition at line 424 of file typedefs.h.

Referenced by CMod_LoadLeafs(), EmitLeaf(), and SwapBSPFile().

◆ maxs

short dBspLeaf_t::maxs[3]

for frustum culling

Definition at line 422 of file typedefs.h.

Referenced by EmitLeaf(), R_ModLoadLeafs(), and SwapBSPFile().

◆ mins

short dBspLeaf_t::mins[3]

for frustum culling

Definition at line 421 of file typedefs.h.

Referenced by EmitLeaf(), R_ModLoadLeafs(), and SwapBSPFile().

◆ numleafbrushes

uint16_t dBspLeaf_t::numleafbrushes

Definition at line 425 of file typedefs.h.

Referenced by CMod_LoadLeafs(), EmitLeaf(), and SwapBSPFile().


The documentation for this struct was generated from the following file: