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... | |