UFO: Alien Invasion
|
#include <typedefs.h>
Data Fields | |
AABB | cbmBox |
vec3_t | origin |
vec3_t | angles |
vec3_t | shift |
int32_t | headnode |
int | tile |
int | firstface |
int | numfaces |
Definition at line 26 of file typedefs.h.
vec3_t cBspModel_s::angles |
Definition at line 28 of file typedefs.h.
Referenced by CM_CalculateWidestBoundingBox(), CM_EntCompleteBoxTrace(), CM_EntTestLine(), CM_EntTestLineDM(), CM_GetInlineModelAABB(), CM_SetInlineModelOrientation(), and Grid_RecalcRouting().
AABB cBspModel_s::cbmBox |
the absolute mins and maxs values of the bmodel
Definition at line 27 of file typedefs.h.
Referenced by CL_AddBrushModel(), CL_GridRecalcRouting(), CM_CalculateWidestBoundingBox(), CM_GetInlineModelAABB(), CMod_LoadEntityString(), CMod_LoadSubmodels(), Grid_RecalcRouting(), LE_AddEdictHighlight(), LET_SlideDoor(), and SV_SetModel().
int cBspModel_s::firstface |
Definition at line 33 of file typedefs.h.
int32_t cBspModel_s::headnode |
Definition at line 29 of file typedefs.h.
Referenced by CL_HullForEntity(), CM_EntCompleteBoxTrace(), CM_EntTestLine(), CM_EntTestLineDM(), CM_MakeTracingNodes(), CMod_LoadSubmodels(), and SV_HullForEntity().
int cBspModel_s::numfaces |
submodels just draw faces without walking the bsp tree
Definition at line 33 of file typedefs.h.
vec3_t cBspModel_s::origin |
Definition at line 28 of file typedefs.h.
Referenced by CL_GridRecalcRouting(), CM_CalculateWidestBoundingBox(), CM_EntCompleteBoxTrace(), CM_EntTestLine(), CM_EntTestLineDM(), CM_GetInlineModelAABB(), CM_SetInlineModelOrientation(), and Grid_RecalcRouting().
vec3_t cBspModel_s::shift |
used to orient doors and rotating entities
Definition at line 28 of file typedefs.h.
Referenced by CL_HullForEntity(), CM_EntCompleteBoxTrace(), CM_EntTestLine(), CMod_LoadSubmodels(), and SV_HullForEntity().
int cBspModel_s::tile |
Definition at line 31 of file typedefs.h.
Referenced by CL_HullForEntity(), CM_EntCompleteBoxTrace(), CM_EntTestLine(), CM_EntTestLineDM(), CMod_LoadSubmodels(), and SV_HullForEntity().