DarkPlaces
Game engine based on the Quake 1 engine by id Software, developed by LadyHavoc
 
q3dnode_t Struct Reference

#include <model_q3bsp.h>

+ Collaboration diagram for q3dnode_t:

Data Fields

int childrenindex [2]
 
int maxs [3]
 
int mins [3]
 
int planeindex
 

Detailed Description

Definition at line 60 of file model_q3bsp.h.

Field Documentation

◆ childrenindex

int q3dnode_t::childrenindex[2]

Definition at line 63 of file model_q3bsp.h.

Referenced by Mod_Q3BSP_LoadNodes().

◆ maxs

int q3dnode_t::maxs[3]

Definition at line 65 of file model_q3bsp.h.

Referenced by Mod_Q3BSP_LoadNodes().

◆ mins

int q3dnode_t::mins[3]

Definition at line 64 of file model_q3bsp.h.

Referenced by Mod_Q3BSP_LoadNodes().

◆ planeindex

int q3dnode_t::planeindex

Definition at line 62 of file model_q3bsp.h.

Referenced by Mod_Q3BSP_LoadNodes().


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