UFO: Alien Invasion
|
plane_t structure More...
#include <typedefs.h>
Data Fields | |
vec3_t | normal |
float | dist |
byte | type |
plane_t structure
============================================================== MAP CONFIGURATION
Note that the cBspXYZ types are used by UFO.exe,
Definition at line 20 of file typedefs.h.
float cBspPlane_s::dist |
Definition at line 22 of file typedefs.h.
Referenced by CM_HeadnodeForBox(), CMod_LoadPlanes(), R_CullMeshModel(), R_CullSphere(), R_ModLoadPlanes(), R_ModShiftTile(), and R_SetupFrustum().
vec3_t cBspPlane_s::normal |
Definition at line 21 of file typedefs.h.
Referenced by CM_InitBoxHull(), CMod_LoadPlanes(), R_CullMeshModel(), R_CullSphere(), R_GenerateGrass(), R_ModLoadPlanes(), R_ModLoadSurfaces(), R_ModShiftTile(), and R_SetupFrustum().
byte cBspPlane_s::type |
for fast side tests
Definition at line 23 of file typedefs.h.
Referenced by CM_InitBoxHull(), CMod_LoadPlanes(), R_ModLoadPlanes(), and R_SetupFrustum().