Macros | |
#define | MAXWEDGES 0x10000 |
#define | MAXWVERTS 0x20000 |
#define | NUM_HASH 1024 |
#define | T_EPSILON 0.01 |
Typedefs | |
typedef struct wedge_s | wedge_t |
typedef struct wvert_s | wvert_t |
Functions | |
void | tjunc (struct node_s *headnode) |
Add the edges from the faces in the bsp tree. More... | |
Variables | |
int | degenerdges |
face_t * | newlist |
int | numwedges |
int | numwverts |
int | tjuncfaces |
int | tjuncs |
wedge_t * | wedge_hash [NUM_HASH] |
wedge_t | wedges [MAXWEDGES] |
wvert_t | wverts [MAXWVERTS] |