[quake3-commits] r2391 - trunk/code/rend2

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Tue Dec 18 01:21:47 EST 2012


Author: smiletheory
Date: 2012-12-18 01:21:47 -0500 (Tue, 18 Dec 2012)
New Revision: 2391

Modified:
   trunk/code/rend2/tr_bsp.c
Log:
Missed a file in the previous commit.

Modified: trunk/code/rend2/tr_bsp.c
===================================================================
--- trunk/code/rend2/tr_bsp.c	2012-12-18 06:15:38 UTC (rev 2390)
+++ trunk/code/rend2/tr_bsp.c	2012-12-18 06:21:47 UTC (rev 2391)
@@ -3295,9 +3295,9 @@
 	tr.autoExposureMinMax[1] = 2.0f;
 
 	// set default tone mapping settings
-	tr.toneMinAvgMaxLevel[0] = -3.25f;
-	tr.toneMinAvgMaxLevel[1] = -1.0f;
-	tr.toneMinAvgMaxLevel[2] = 1.0f;
+	tr.toneMinAvgMaxLevel[0] = -8.0f;
+	tr.toneMinAvgMaxLevel[1] = -2.0f;
+	tr.toneMinAvgMaxLevel[2] = 0.0f;
 
 	tr.worldMapLoaded = qtrue;
 



More information about the quake3-commits mailing list