r2684 - trunk/data/scripts

savagex at icculus.org savagex at icculus.org
Thu May 24 06:30:30 EDT 2007


Author: savagex
Date: 2007-05-24 06:30:29 -0400 (Thu, 24 May 2007)
New Revision: 2684

Modified:
   trunk/data/scripts/dsi.shader
   trunk/data/scripts/sav-liquids.shader
Log:
tcgen environment for some glass textures (can be seen on e.g. warfare)


Modified: trunk/data/scripts/dsi.shader
===================================================================
--- trunk/data/scripts/dsi.shader	2007-05-24 10:23:42 UTC (rev 2683)
+++ trunk/data/scripts/dsi.shader	2007-05-24 10:30:29 UTC (rev 2684)
@@ -67,7 +67,8 @@
 	{
 		map textures/dsi/dsiglass2.tga
 		blendfunc blend
-		rgbGen vertex
+		rgbGen vertex
+		tcgen environment
 	}	
 }
 

Modified: trunk/data/scripts/sav-liquids.shader
===================================================================
--- trunk/data/scripts/sav-liquids.shader	2007-05-24 10:23:42 UTC (rev 2683)
+++ trunk/data/scripts/sav-liquids.shader	2007-05-24 10:30:29 UTC (rev 2684)
@@ -10,7 +10,7 @@
 	surfaceparm nonsolid
 	surfaceparm slime
 	q3map_surfacelight 250
-	deformVertexes wave 150.0 sin 2 5 0.25 0.1
+	//deformVertexes wave 150.0 sin 2 5 0.25 0.1
 	Q3map_TessSize 128
 	cull none
 	{
@@ -31,6 +31,7 @@
 	{
 		map textures/dsi/dsiglass2.tga
 		blendfunc blend
-		rgbGen vertex
+		rgbGen vertex
+		tcgen environment
 	}	
 }




More information about the nexuiz-commits mailing list