]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - r_light.h
improved TraceLine in chase.c to be more generally useful (should move it to another...
[xonotic/darkplaces.git] / r_light.h
index bd8167be7a87adfe31cf2316ad5591d7ab6de57d..509fe6440c4c98be7d2ccec158c0973aa89c2614 100644 (file)
--- a/r_light.h
+++ b/r_light.h
@@ -13,6 +13,9 @@ typedef struct
 } dlight_t;
 
 // LordHavoc: this affects the lighting scale of the whole game
-#define LIGHTOFFSET 16384.0f
-#define LIGHTSCALE 4.0f
-#define LIGHTSCALE2 4.0f
+//#define LIGHTOFFSET 16384.0f
+//#define LIGHTSCALE1 2.0f
+#define LIGHTOFFSET 4096.0f
+#define LIGHTSCALE1 1.0f
+#define LIGHTSCALE (LIGHTSCALE1*LIGHTSCALE1)
+#define LIGHTSCALE2 LIGHTSCALE