doom3-gpl
Doom 3 GPL source release
|
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_t * | ShareMapTriVerts (const mapTri_t *tris) |
void | WriteOutputFile (void) |
#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.
Definition at line 64 of file output.cpp.
srfTriangles_t* ShareMapTriVerts | ( | const mapTri_t * | tris | ) |
Definition at line 191 of file output.cpp.
Definition at line 636 of file output.cpp.