doom3-gpl
Doom 3 GPL source release
|
Public Attributes | |
portal_t * | p |
const struct portalStack_s * | next |
idScreenRect | rect |
int | numPortalPlanes |
idPlane | portalPlanes [MAX_PORTAL_PLANES+1] |
Definition at line 48 of file RenderWorld_portals.cpp.
const struct portalStack_s* portalStack_s::next |
Definition at line 50 of file RenderWorld_portals.cpp.
int portalStack_s::numPortalPlanes |
Definition at line 54 of file RenderWorld_portals.cpp.
portal_t* portalStack_s::p |
Definition at line 49 of file RenderWorld_portals.cpp.
idPlane portalStack_s::portalPlanes[MAX_PORTAL_PLANES+1] |
Definition at line 55 of file RenderWorld_portals.cpp.
idScreenRect portalStack_s::rect |
Definition at line 52 of file RenderWorld_portals.cpp.