r2703 - branches/nexuiz-2.0/data/scripts trunk/data/scripts

savagex at icculus.org savagex at icculus.org
Sun May 27 12:06:33 EDT 2007


Author: savagex
Date: 2007-05-27 12:06:32 -0400 (Sun, 27 May 2007)
New Revision: 2703

Modified:
   branches/nexuiz-2.0/data/scripts/nexdm18_rmx.shader
   trunk/data/scripts/nexdm18_rmx.shader
Log:
fix water vertices on runningman remix flying wildly around... was 
caused by very *enthusiastic* deformVertex stuff


Modified: branches/nexuiz-2.0/data/scripts/nexdm18_rmx.shader
===================================================================
--- branches/nexuiz-2.0/data/scripts/nexdm18_rmx.shader	2007-05-27 11:33:07 UTC (rev 2702)
+++ branches/nexuiz-2.0/data/scripts/nexdm18_rmx.shader	2007-05-27 16:06:32 UTC (rev 2703)
@@ -19,7 +19,7 @@
 	surfaceparm nonsolid
 	surfaceparm water
 	//	<div><func><base><amplitude><phase><freq>
-	deformVertexes wave 8000.0 sin 64 1000 0 5
+	//deformVertexes wave 8000.0 sin 64 1000 0 5
 	Q3map_TessSize 128
 	cull none
 	{
@@ -27,4 +27,4 @@
 		blendFunc add
 		rgbGen identity
 	}
-}
\ No newline at end of file
+}

Modified: trunk/data/scripts/nexdm18_rmx.shader
===================================================================
--- trunk/data/scripts/nexdm18_rmx.shader	2007-05-27 11:33:07 UTC (rev 2702)
+++ trunk/data/scripts/nexdm18_rmx.shader	2007-05-27 16:06:32 UTC (rev 2703)
@@ -19,7 +19,7 @@
 	surfaceparm nonsolid
 	surfaceparm water
 	//	<div><func><base><amplitude><phase><freq>
-	deformVertexes wave 8000.0 sin 64 1000 0 5
+	//deformVertexes wave 8000.0 sin 64 1000 0 5
 	Q3map_TessSize 128
 	cull none
 	{
@@ -27,4 +27,4 @@
 		blendFunc add
 		rgbGen identity
 	}
-}
\ No newline at end of file
+}




More information about the nexuiz-commits mailing list