QuakeForge  0.7.2.210-815cf
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
portals.h File Reference
This graph shows which files directly or indirectly include this file:

Data Structures

struct  portal_s
 

Typedefs

typedef struct portal_s portal_t
 

Functions

portal_tAllocPortal (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