1
0
mirror of https://github.com/td512/re3.git synced 2026-04-29 05:34:53 +00:00

some rendering things

This commit is contained in:
aap
2020-12-13 12:53:19 +01:00
parent b3f97cdce4
commit 35cac6b93b
5 changed files with 64 additions and 57 deletions

View File

@@ -2,6 +2,14 @@
class CEntity;
#ifdef FIX_BUGS
#define LOD_DISTANCE (300.0f*TheCamera.LODDistMultiplier)
#else
#define LOD_DISTANCE 300.0f
#endif
#define FADE_DISTANCE 20.0f
#define STREAM_DISTANCE 30.0f
extern bool gbShowCollisionPolys;
extern bool gbShowCollisionLines;
extern bool gbBigWhiteDebugLightSwitchedOn;