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_t * | AllocNode (void) |
Allocate a new node. More... | |
void | qprintf (const char *fmt,...) |
Formatted printing with verbosity control. More... | |
Variables | |
struct brushset_s * | brushset |
bsp_t * | bsp |
int | valid |
qboolean | worldmodel |
#define BOGUS_RANGE 18000 |
#define MAX_THREADS 4 |
#define PLANENUM_LEAF -1 |
#define SIDESPACE 24 |
#define TEX_HINT -2 |
#define TEX_SKIP -1 |
typedef struct visfacet_s face_t |
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.
struct brushset_s* brushset |
bsp_t* bsp |
int valid |
qboolean worldmodel |