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

Go to the source code of this file.

Macros

#define AREANUM_DIFFERENT   -2
 
#define XYZ_EPSILON   0.01
 
#define ST_EPSILON   0.001
 
#define COSINE_EPSILON   0.999
 

Functions

int PruneNodes_r (node_t *node)
 
void Write1DMatrix (idFile *f, int x, float *m)
 
srfTriangles_tShareMapTriVerts (const mapTri_t *tris)
 
void WriteOutputFile (void)
 

Macro Definition Documentation

#define AREANUM_DIFFERENT   -2

Definition at line 52 of file output.cpp.

#define COSINE_EPSILON   0.999

Definition at line 151 of file output.cpp.

#define ST_EPSILON   0.001

Definition at line 150 of file output.cpp.

#define XYZ_EPSILON   0.01

Definition at line 149 of file output.cpp.

Function Documentation

int PruneNodes_r ( node_t node)

Definition at line 64 of file output.cpp.

srfTriangles_t* ShareMapTriVerts ( const mapTri_t tris)

Definition at line 191 of file output.cpp.

void Write1DMatrix ( idFile f,
int  x,
float m 
)

Definition at line 101 of file output.cpp.

void WriteOutputFile ( void  )

Definition at line 636 of file output.cpp.