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

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 struct node_s *headnode)
 Write the draw nodes and the model information to the bsp file. More...
 
void WriteNodePlanes (struct node_s *headnode)
 Write the planes of the map bsp to the bsp file. More...