doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Functions | Variables
glfile.cpp File Reference
#include "../../../idlib/precompiled.h"
#include "dmap.h"

Go to the source code of this file.

Functions

int PortalVisibleSides (uPortal_t *p)
 
void OutputWinding (idWinding *w, idFile *glview)
 
void OutputPortal (uPortal_t *p, idFile *glview)
 
void WriteGLView_r (node_t *node, idFile *glview)
 
void WriteGLView (tree_t *tree, char *source)
 

Variables

int c_glfaces
 

Function Documentation

void OutputPortal ( uPortal_t p,
idFile glview 
)

Definition at line 83 of file glfile.cpp.

void OutputWinding ( idWinding w,
idFile glview 
)

Definition at line 57 of file glfile.cpp.

int PortalVisibleSides ( uPortal_t p)

Definition at line 36 of file glfile.cpp.

void WriteGLView ( tree_t tree,
char *  source 
)

Definition at line 142 of file glfile.cpp.

void WriteGLView_r ( node_t node,
idFile glview 
)

Definition at line 112 of file glfile.cpp.

Variable Documentation

int c_glfaces

Definition at line 34 of file glfile.cpp.