r2818 - trunk/data/scripts

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sun Oct 7 05:30:34 EDT 2007


Author: div0
Date: 2007-10-07 05:30:34 -0400 (Sun, 07 Oct 2007)
New Revision: 2818

Modified:
   trunk/data/scripts/water.shader
Log:
no, dp_refract should work THAT way round


Modified: trunk/data/scripts/water.shader
===================================================================
--- trunk/data/scripts/water.shader	2007-10-07 09:04:41 UTC (rev 2817)
+++ trunk/data/scripts/water.shader	2007-10-07 09:30:34 UTC (rev 2818)
@@ -18,7 +18,7 @@
 		tcmod rotate 0.5
 		blendfunc blend
 	}
-	dp_refract 0.1 0.6
+	dp_refract 0.4 0.8 1
 }
 
 textures/water/water1
@@ -39,7 +39,7 @@
 		tcmod rotate 0.5
 		blendfunc blend
 	}
-	dp_refract 0.1 0.6
+	dp_refract 0.4 0.8 1
 }
 
 textures/water/water2
@@ -60,7 +60,7 @@
 		tcmod rotate 0.5
 		blendfunc blend
 	}
-	dp_refract 0.1 0.6
+	dp_refract 0.4 0.8 1
 }
 
 textures/water/slime1




More information about the nexuiz-commits mailing list