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

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


Author: savagex
Date: 2007-05-27 06:46:46 -0400 (Sun, 27 May 2007)
New Revision: 2700

Modified:
   branches/nexuiz-2.0/data/scripts/toxic.shader
   trunk/data/scripts/toxic.shader
Log:
also make toxic slime nonwarping (this was breaking slime tubes)


Modified: branches/nexuiz-2.0/data/scripts/toxic.shader
===================================================================
--- branches/nexuiz-2.0/data/scripts/toxic.shader	2007-05-27 10:37:30 UTC (rev 2699)
+++ branches/nexuiz-2.0/data/scripts/toxic.shader	2007-05-27 10:46:46 UTC (rev 2700)
@@ -6,7 +6,7 @@
 	surfaceparm slime
 	surfaceparm trans
 	cull disable
-	deformVertexes wave 150 sin 2 5 0.25 0.1
+	//deformVertexes wave 150 sin 2 5 0.25 0.1
 	tessSize 128
 	qer_trans 0.5
 	q3map_surfacelight 1200
@@ -46,4 +46,4 @@
 		alphaFunc GT0
 		rgbgen vertex
 	}
-}
\ No newline at end of file
+}

Modified: trunk/data/scripts/toxic.shader
===================================================================
--- trunk/data/scripts/toxic.shader	2007-05-27 10:37:30 UTC (rev 2699)
+++ trunk/data/scripts/toxic.shader	2007-05-27 10:46:46 UTC (rev 2700)
@@ -6,7 +6,7 @@
 	surfaceparm slime
 	surfaceparm trans
 	cull disable
-	deformVertexes wave 150 sin 2 5 0.25 0.1
+	//deformVertexes wave 150 sin 2 5 0.25 0.1
 	tessSize 128
 	qer_trans 0.5
 	q3map_surfacelight 1200
@@ -46,4 +46,4 @@
 		alphaFunc GT0
 		rgbgen vertex
 	}
-}
\ No newline at end of file
+}




More information about the nexuiz-commits mailing list