|
UFO: Alien Invasion
|
#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_t::dist |
Definition at line 22 of file typedefs.h.
Referenced by CM_HeadnodeForBox(), CMod_LoadPlanes(), R_CullMeshModel(), R_CullSphere(), R_ModLoadPlanes(), and R_ModShiftTile().
| vec3_t cBspPlane_t::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(), and R_ModShiftTile().
| byte cBspPlane_t::type |
for fast side tests
Definition at line 23 of file typedefs.h.
Referenced by CM_InitBoxHull(), CMod_LoadPlanes(), and R_ModLoadPlanes().