QuakeForge  0.7.2.210-815cf
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
QuakeForge BSP Compiler

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_tAllocNode (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_tbrushset
 
bsp_tbsp
 
int hullnum
 
options_t options
 
int valid
 
qboolean worldmodel
 

Detailed Description

Function Documentation

node_t* AllocNode ( void  )

Allocate a new node.

Returns
Pointer to the new node.
int main ( int  argc,
char **  argv 
)
void qprintf ( const char *  fmt,
  ... 
)

Formatted printing with verbosity control.

Behaves the same as printf except it prints only when verbose is true.

Variable Documentation

char* argv0
brushset_t* brushset
bsp_t* bsp
int hullnum
options_t options
int valid
qboolean worldmodel