#include <bsp.h>
Data Fields | |
struct node_s * | headnode |
struct node_s | outside_node |
vec3_t | mins |
vec3_t | maxs |
Definition at line 70 of file bsp.h.
struct node_s* tree_t::headnode |
Definition at line 71 of file bsp.h.
Referenced by BrushBSP(), ConstructLevelNodes_r(), FreeTree(), MakeHeadnodePortals(), MakeTreePortals(), MarkVisibleSides(), and ProcessSubModel().
Definition at line 73 of file bsp.h.
Referenced by AllocTree(), BrushBSP(), and MakeHeadnodePortals().
Definition at line 73 of file bsp.h.
Referenced by AllocTree(), BrushBSP(), and MakeHeadnodePortals().
struct node_s tree_t::outside_node |
Definition at line 72 of file bsp.h.
Referenced by MakeHeadnodePortals().