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

#include <typedefs.h>

Collaboration diagram for cBspNode_t:
Collaboration graph

Data Fields

cBspPlane_tplane
vec3_t mins
vec3_t maxs
int32_t children [2]

Detailed Description

Definition at line 42 of file typedefs.h.

Field Documentation

◆ children

int32_t cBspNode_t::children[2]

negative numbers are leafs

Definition at line 45 of file typedefs.h.

Referenced by CM_InitBoxHull(), and CMod_LoadNodes().

◆ maxs

vec3_t cBspNode_t::maxs

Definition at line 44 of file typedefs.h.

Referenced by CMod_LoadNodes().

◆ mins

vec3_t cBspNode_t::mins

Definition at line 44 of file typedefs.h.

Referenced by CMod_LoadNodes().

◆ plane

cBspPlane_t* cBspNode_t::plane

Definition at line 43 of file typedefs.h.

Referenced by CM_InitBoxHull(), and CMod_LoadNodes().


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