doom3-gpl
Doom 3 GPL source release
|
Go to the source code of this file.
Macros | |
#define | MEMORY_BLOCK_SIZE 0x100000 |
#define MEMORY_BLOCK_SIZE 0x100000 |
Definition at line 213 of file tr_main.cpp.
Definition at line 783 of file tr_main.cpp.
Definition at line 445 of file tr_main.cpp.
Definition at line 417 of file tr_main.cpp.
Definition at line 322 of file tr_main.cpp.
bool R_CornerCullLocalBox | ( | const idBounds & | bounds, |
const float | modelMatrix[16], | ||
int | numPlanes, | ||
const idPlane * | planes | ||
) |
Definition at line 625 of file tr_main.cpp.
Definition at line 274 of file tr_main.cpp.
bool R_CullLocalBox | ( | const idBounds & | bounds, |
const float | modelMatrix[16], | ||
int | numPlanes, | ||
const idPlane * | planes | ||
) |
Definition at line 675 of file tr_main.cpp.
Definition at line 365 of file tr_main.cpp.
Definition at line 438 of file tr_main.cpp.
Definition at line 547 of file tr_main.cpp.
Definition at line 522 of file tr_main.cpp.
Definition at line 714 of file tr_main.cpp.
Definition at line 541 of file tr_main.cpp.
Definition at line 246 of file tr_main.cpp.
Definition at line 554 of file tr_main.cpp.
Definition at line 470 of file tr_main.cpp.
Definition at line 532 of file tr_main.cpp.
Definition at line 511 of file tr_main.cpp.
bool R_RadiusCullLocalBox | ( | const idBounds & | bounds, |
const float | modelMatrix[16], | ||
int | numPlanes, | ||
const idPlane * | planes | ||
) |
Definition at line 587 of file tr_main.cpp.
Definition at line 1095 of file tr_main.cpp.
idScreenRect R_ScreenRectFromViewFrustumBounds | ( | const idBounds & | bounds | ) |
Definition at line 151 of file tr_main.cpp.
Definition at line 895 of file tr_main.cpp.
Definition at line 838 of file tr_main.cpp.
void R_ShowColoredScreenRect | ( | const idScreenRect & | rect, |
int | colorIndex | ||
) |
Definition at line 172 of file tr_main.cpp.
Definition at line 220 of file tr_main.cpp.
Definition at line 301 of file tr_main.cpp.
Definition at line 335 of file tr_main.cpp.
Definition at line 184 of file tr_main.cpp.
Definition at line 771 of file tr_main.cpp.
Definition at line 564 of file tr_main.cpp.
void R_TransformModelToClip | ( | const idVec3 & | src, |
const float * | modelMatrix, | ||
const float * | projectionMatrix, | ||
idPlane & | eye, | ||
idPlane & | dst | ||
) |
Definition at line 687 of file tr_main.cpp.