[nexuiz-commits] r7328 - trunk/data

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Tue Aug 4 09:38:49 EDT 2009


Author: div0
Date: 2009-08-04 09:38:49 -0400 (Tue, 04 Aug 2009)
New Revision: 7328

Modified:
   trunk/data/effects-med.cfg
   trunk/data/effects-normal.cfg
Log:
turn off anisotropy at medium and normal quality levels, as it causes lots of moiree on geforce 7 series


Modified: trunk/data/effects-med.cfg
===================================================================
--- trunk/data/effects-med.cfg	2009-08-04 13:09:26 UTC (rev 7327)
+++ trunk/data/effects-med.cfg	2009-08-04 13:38:49 UTC (rev 7328)
@@ -3,7 +3,7 @@
 cl_particles_quality 0.5
 gl_flashblend 0
 gl_picmip 1
-gl_texture_anisotropy 4
+gl_texture_anisotropy 1
 mod_q3bsp_nolightmaps 0
 r_bloom 0
 r_coronas 1

Modified: trunk/data/effects-normal.cfg
===================================================================
--- trunk/data/effects-normal.cfg	2009-08-04 13:09:26 UTC (rev 7327)
+++ trunk/data/effects-normal.cfg	2009-08-04 13:38:49 UTC (rev 7328)
@@ -3,7 +3,7 @@
 cl_particles_quality 0.5
 gl_flashblend 0
 gl_picmip 1
-gl_texture_anisotropy 8
+gl_texture_anisotropy 1
 mod_q3bsp_nolightmaps 0
 r_bloom 0
 r_coronas 1



More information about the nexuiz-commits mailing list