Data Structures | |
struct | portal_s |
Typedefs | |
typedef struct portal_s | portal_t |
Functions | |
portal_t * | AllocPortal (void) |
Allocate a new portal. More... | |
void | FreeAllPortals (struct node_s *node) |
Free all portals from a node and its decendents. More... | |
void | FreePortal (portal_t *p) |
Free a portal. More... | |
void | PortalizeWorld (struct node_s *headnode) |
Builds the exact polyhedrons for the nodes and leafs. More... | |
void | PortalizeWorldDetail (struct node_s *headnode) |
Builds the exact polyhedrons for the nodes and leafs. More... | |
void | WritePortalfile (struct node_s *headnode) |
Write the map's portals to the portal file. More... | |
Variables | |
struct node_s | outside_node |