r3297 - trunk/data/scripts

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon Jan 28 17:46:10 EST 2008


Author: div0
Date: 2008-01-28 17:46:09 -0500 (Mon, 28 Jan 2008)
New Revision: 3297

Modified:
   trunk/data/scripts/water.shader
Log:
Urre's modifications to the water shaders


Modified: trunk/data/scripts/water.shader
===================================================================
--- trunk/data/scripts/water.shader	2008-01-28 19:30:51 UTC (rev 3296)
+++ trunk/data/scripts/water.shader	2008-01-28 22:46:09 UTC (rev 3297)
@@ -11,14 +11,11 @@
 	q3map_globaltexture
 	{
 		map textures/water/water0.tga
-		tcMod scroll 0.1 0.2
-		tcMod turb .1 .1 0 .01
-		tcmod scale .1 .1
-		tcMod stretch sin 1 0.05 0.2 .0015
-		tcmod rotate 0.5
+		tcMod scroll 0.07 0.07
+		tcmod scale 1.2 0.7
 		blendfunc blend
 	}
-	dp_water 0.4 0.9  3 3  1 1 1  1 1 1
+	dp_water 0.1 0.8  3 3  1 1 1  1 1 1  0.125
 }
 
 textures/water/water1
@@ -32,14 +29,11 @@
 	q3map_globaltexture
 	{
 		map textures/water/water1.tga
-		tcMod scroll 0.1 0.2
-		tcMod turb .1 .1 0 .01
-		tcmod scale .1 .1
-		tcMod stretch sin 1 0.05 0.2 .0015
-		tcmod rotate 0.5
+		tcMod scroll 0.07 0.07
+		tcmod scale 1.2 0.7
 		blendfunc blend
 	}
-	dp_water 0.4 0.9  3 3  1 1 1  1 1 1
+	dp_water 0.1 0.8  3 3  1 1 1  1 1 1  0.125
 }
 
 textures/water/water2
@@ -53,14 +47,11 @@
 	q3map_globaltexture
 	{
 		map textures/water/water2.tga
-		tcMod scroll 0.1 0.2
-		tcMod turb .1 .1 0 .01
-		tcmod scale .1 .1
-		tcMod stretch sin 1 0.05 0.2 .0015
-		tcmod rotate 0.5
+		tcMod scroll 0.07 0.07
+		tcmod scale 1.2 0.7
 		blendfunc blend
 	}
-	dp_water 0.4 0.9  3 3  1 1 1  1 1 1
+	dp_water 0.1 0.8  3 3  1 1 1  1 1 1  0.125
 }
 
 textures/water/slime1




More information about the nexuiz-commits mailing list