Typedefs | |
typedef struct wadlist_s | wadlist_t |
Functions | |
void | BeginBSPFile (void) |
Prepare the bsp file for writing. More... | |
void | BumpModel (int hullnum) |
Write the model information for the clipping hull. More... | |
int | FindFinalPlane (const dplane_t *p) |
Add a plane to the bsp. More... | |
void | FinishBSPFile (void) |
Finalize the bsp file. More... | |
void | WriteClipNodes (struct node_s *headnode) |
Write the clip nodes to the bsp file. More... | |
void | WriteDrawNodes (const node_t *headnode) |
void | WriteNodePlanes (struct node_s *headnode) |
Write the planes of the map bsp to the bsp file. More... | |
Variables | |
int | firstface |
int | headclipnode |
int | planemapping [MAX_MAP_PLANES] |
wadlist_t * | wadlist |