QuakeForge  0.7.2.210-815cf
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
brush.h File Reference
This graph shows which files directly or indirectly include this file:

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_tAllocBrush (void)
 Allocate a new brush. More...
 
brushset_tBrush_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]