Macros | |
| #define | MAX_THREADS 4 |
Functions | |
| winding_t * | ClipWinding (winding_t *in, const plane_t *split, qboolean keepon) |
| void | ClusterFlow (int clusternum) |
| winding_t * | CopyWinding (const winding_t *w) |
| Create a new winding with the same points as the given winding. More... | |
| void | FreeWinding (winding_t *w) |
| Free the winding. More... | |
| int | main (int argc, char **argv) |
| winding_t * | NewWinding (int points) |
| Create a new, empty winding with space for the specified number of points. More... | |
Variables | |
| int | base_mightsee |
| int | bitbytes |
| int | bitbytes_l |
| int | bitlongs |
| bsp_t * | bsp |
| cluster_t * | clusters |
| int | count_sep |
| int * | leafcluster |
| int | numportals |
| int | numrealleafs |
| options_t | options |
| size_t | originalvismapsize |
| int | portal_count |
| portal_t ** | portal_queue |
| int | portalclusters |
| portal_t * | portals |
| int | totalvis |
| byte * | uncompressed |
| dstring_t * | visdata |
| int * | working |
| #define MAX_THREADS 4 |
| void ClusterFlow | ( | int | clusternum | ) |
| int base_mightsee |
| int bitbytes |
| int bitbytes_l |
| int bitlongs |
| cluster_t* clusters |
| int count_sep |
| int* leafcluster |
| int numportals |
| int numrealleafs |
| size_t originalvismapsize |
| int portal_count |
| portal_t** portal_queue |
| int portalclusters |
| portal_t* portals |
| int totalvis |
| byte* uncompressed |
| dstring_t* visdata |
| int* working |