Modules | |
| BSP Creation Functions | |
| BSP Reading Functions | |
| BSP Writing Functions | |
| Brush Functions | |
| CSG Functions | |
| Command-line Options Parsing | |
| Debug Drawing Functions | |
| General functions | |
| Map Parser | |
| Merge Functions | |
| Outside Functions | |
| Portal Functions | |
| A portal is the polygonal interface between two leaf nodes, regardless of the contents of the two leaf nodes. | |
| Region Functions | |
| Surface Functions | |
| T-Junction Repair | |
Functions | |
| node_t * | AllocNode (void) |
| Allocate a new node. More... | |
| int | main (int argc, char **argv) |
| void | qprintf (const char *fmt,...) |
| Formatted printing with verbosity control. More... | |
Variables | |
| char * | argv0 |
| brushset_t * | brushset |
| bsp_t * | bsp |
| int | hullnum |
| options_t | options |
| int | valid |
| qboolean | worldmodel |
| node_t* AllocNode | ( | void | ) |
Allocate a new node.
| void qprintf | ( | const char * | fmt, |
| ... | |||
| ) |
Formatted printing with verbosity control.
Behaves the same as printf except it prints only when verbose is true.
| char* argv0 |
| brushset_t* brushset |
| bsp_t* bsp |
| int hullnum |
| options_t options |
| int valid |
| qboolean worldmodel |