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

Data Fields | |
| vec3_t | normal |
| float | dist |
| int | type |
Definition at line 372 of file typedefs.h.
| float dBspPlane_t::dist |
distance from origin
Definition at line 374 of file typedefs.h.
Referenced by BuildFacelights(), CMod_LoadPlanes(), EmitPlanes(), R_ModLoadPlanes(), SwapBSPFile(), and TestBrushToPlanenum().
| vec3_t dBspPlane_t::normal |
normal vector
Definition at line 373 of file typedefs.h.
Referenced by BuildFacelights(), BuildPatch(), BuildVertexNormals(), CMod_LoadPlanes(), EmitPlanes(), R_ModLoadPlanes(), SwapBSPFile(), and TestBrushToPlanenum().
| int dBspPlane_t::type |
PLANE_X - PLANE_ANYZ
Definition at line 375 of file typedefs.h.
Referenced by CMod_LoadPlanes(), EmitPlanes(), R_ModLoadPlanes(), SwapBSPFile(), and TestBrushToPlanenum().