Functions | |
| void | CalcSurfaceInfo (struct surface_s *surf) | 
| Calculate the bounding box of the surface.  More... | |
| struct node_s * | SolidBSP (struct surface_s *surfhead, qboolean midsplit) | 
| Partition the surfaces, creating a nice bsp.  More... | |
Variables | |
| int | c_empty | 
| int | c_solid | 
| int | c_water | 
| int | leaffaces | 
| int | nodefaces | 
| int | splitnodes | 
| qboolean | usemidsplit | 
| void CalcSurfaceInfo | ( | struct surface_s * | surf | ) | 
Calculate the bounding box of the surface.
| surf | The surface of which to calculate the bounding box. | 
Partition the surfaces, creating a nice bsp.
| surfhead | The surfaces to partition. | 
| midsplit | If true, use the volume balancing heuristic rather than the split balancing heuristic (false). | 
| int c_empty | 
| int c_solid | 
| int c_water | 
| int leaffaces | 
| int nodefaces | 
| int splitnodes | 
| qboolean usemidsplit |