Data Structures | |
struct | brush_s |
struct | brushset_s |
Macros | |
#define | NUM_CONTENTS 2 |
#define | NUM_HULLS 2 |
Typedefs | |
typedef struct brush_s | brush_t |
typedef struct brushset_s | brushset_t |
Functions | |
brush_t * | AllocBrush (void) |
Allocate a new brush. More... | |
brushset_t * | Brush_LoadEntity (entity_t *ent, int hullnum) |
Load the brushes from the entity. More... | |
int | FindPlane (const plane_t *dplane, int *side) |
Add a plane to the global list of planes. More... | |
int | NormalizePlane (plane_t *dp) |
Make the plane canonical. More... | |
int | PlaneTypeForNormal (const vec3_t normal) |
Determine the primary axis of the normal. More... | |
Variables | |
int | numbrushplanes |
plane_t | planes [MAX_MAP_PLANES] |