Data Fields | |
struct node_s * | children [2] |
valid only for decision nodes More... | |
int | contents |
leaf nodes (0 for decision nodes) More... | |
int | detail |
1 if created by detail split More... | |
face_t * | faces |
decision nodes only, list for both sides More... | |
int | firstface |
decision node only More... | |
face_t ** | markfaces |
leaf nodes only, point to node faces More... | |
vec3_t | maxs |
bounding volume, not just points inside More... | |
vec3_t | mins |
int | numfaces |
decision node only More... | |
int | o_dist |
distance to nearest entity More... | |
int | occupied |
light number in leaf for outside filling More... | |
int | outputplanenum |
valid only after WriteNodePlanes More... | |
int | planenum |
-1 = leaf node More... | |
struct portal_s * | portals |
portals on this leaf More... | |
int | valid |
for flood filling More... | |
int | visleafnum |
-1 = solid More... | |
struct node_s* children[2] |
valid only for decision nodes
int contents |
leaf nodes (0 for decision nodes)
int detail |
1 if created by detail split
face_t* faces |
decision nodes only, list for both sides
int firstface |
decision node only
face_t** markfaces |
leaf nodes only, point to node faces
vec3_t maxs |
bounding volume, not just points inside
vec3_t mins |
int numfaces |
decision node only
int o_dist |
distance to nearest entity
int occupied |
light number in leaf for outside filling
int outputplanenum |
valid only after WriteNodePlanes
int planenum |
-1 = leaf node
struct portal_s* portals |
portals on this leaf
int valid |
for flood filling
int visleafnum |
-1 = solid