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(), SL_BSPSlice(), and SwapBSPFile().
int dBspModel_t::firstface |
Definition at line 358 of file typedefs.h.
Referenced by BeginModel(), BuildPatches(), EndModel(), ProcessLevel(), SL_SliceTheWorld(), and SwapBSPFile().
int32_t dBspModel_t::headnode |
Definition at line 357 of file typedefs.h.
Referenced by MakeTracingNodes(), ProcessLevel(), ProcessSubModel(), 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(), SL_SliceTheWorld(), and SwapBSPFile().
vec3_t dBspModel_t::origin |