|
UFO: Alien Invasion
|
#include <typedefs.h>

Data Fields | |
| AABB | dbmBox |
| vec3_t | origin |
| int32_t | headnode |
| int | firstface |
| int | numfaces |
Definition at line 354 of file typedefs.h.
| AABB dBspModel_t::dbmBox |
Definition at line 355 of file typedefs.h.
Referenced by BeginModel(), CMod_LoadSubmodels(), R_ModLoadSubmodels(), and SwapBSPFile().
| int dBspModel_t::firstface |
Definition at line 358 of file typedefs.h.
Referenced by BeginModel(), BuildPatches(), EndModel(), ProcessLevel(), R_ModLoadSubmodels(), and SwapBSPFile().
| int32_t dBspModel_t::headnode |
Definition at line 357 of file typedefs.h.
Referenced by CMod_LoadSubmodels(), MakeTracingNodes(), ProcessLevel(), R_ModLoadSubmodels(), and SwapBSPFile().
| int dBspModel_t::numfaces |
submodels just draw faces without walking the bsp tree
Definition at line 358 of file typedefs.h.
Referenced by BuildPatches(), EndModel(), MakeTracingNodes(), ProcessLevel(), R_ModLoadSubmodels(), and SwapBSPFile().
| vec3_t dBspModel_t::origin |
for sounds or lights
Definition at line 356 of file typedefs.h.
Referenced by R_ModLoadSubmodels(), and SwapBSPFile().