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

Data Structures

struct  node_s
 
struct  surface_s
 
struct  visfacet_s
 

Macros

#define BOGUS_RANGE   18000
 
#define MAX_THREADS   4
 
#define PLANENUM_LEAF   -1
 
#define SIDESPACE   24
 
#define TEX_HINT   -2
 
#define TEX_SKIP   -1
 

Typedefs

typedef struct visfacet_s face_t
 
typedef struct node_s node_t
 
typedef struct surface_s surface_t
 

Functions

node_tAllocNode (void)
 Allocate a new node. More...
 
void qprintf (const char *fmt,...)
 Formatted printing with verbosity control. More...
 

Variables

struct brushset_sbrushset
 
bsp_tbsp
 
int valid
 
qboolean worldmodel
 

Detailed Description

Macro Definition Documentation

#define BOGUS_RANGE   18000
#define MAX_THREADS   4
#define PLANENUM_LEAF   -1
#define SIDESPACE   24
#define TEX_HINT   -2
#define TEX_SKIP   -1

Typedef Documentation

typedef struct visfacet_s face_t
typedef struct node_s node_t
typedef struct surface_s surface_t

Function Documentation

node_t* AllocNode ( void  )

Allocate a new node.

Returns
Pointer to the 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.

Variable Documentation

struct brushset_s* brushset
bsp_t* bsp
int valid
qboolean worldmodel