r2701 - branches/nexuiz-2.0/data/scripts branches/nexuiz-2.0/data/textures/dsi trunk/data/scripts trunk/data/textures/dsi

savagex at icculus.org savagex at icculus.org
Sun May 27 07:12:28 EDT 2007


Author: savagex
Date: 2007-05-27 07:12:28 -0400 (Sun, 27 May 2007)
New Revision: 2701

Modified:
   branches/nexuiz-2.0/data/scripts/dsi.shader
   branches/nexuiz-2.0/data/scripts/sav-liquids.shader
   branches/nexuiz-2.0/data/textures/dsi/dsiglass2.tga
   trunk/data/scripts/dsi.shader
   trunk/data/scripts/sav-liquids.shader
   trunk/data/textures/dsi/dsiglass2.tga
Log:
once again new glass. This time additive because with blendfunc blend 
there were depth-sorting problems with slime tubes


Modified: branches/nexuiz-2.0/data/scripts/dsi.shader
===================================================================
--- branches/nexuiz-2.0/data/scripts/dsi.shader	2007-05-27 10:46:46 UTC (rev 2700)
+++ branches/nexuiz-2.0/data/scripts/dsi.shader	2007-05-27 11:12:28 UTC (rev 2701)
@@ -66,8 +66,8 @@
 
 	{
 		map textures/dsi/dsiglass2.tga
-		blendfunc blend
-		rgbGen vertex
+		blendfunc add
+		//rgbGen vertex
 		tcgen environment
 		tcmod scale 4 4
 	}	

Modified: branches/nexuiz-2.0/data/scripts/sav-liquids.shader
===================================================================
--- branches/nexuiz-2.0/data/scripts/sav-liquids.shader	2007-05-27 10:46:46 UTC (rev 2700)
+++ branches/nexuiz-2.0/data/scripts/sav-liquids.shader	2007-05-27 11:12:28 UTC (rev 2701)
@@ -30,8 +30,8 @@
 
 	{
 		map textures/dsi/dsiglass2.tga
-		blendfunc blend
-		rgbGen vertex
+		blendfunc add
+		//rgbGen vertex
 		tcgen environment
 		tcmod scale 4 4
 	}	

Modified: branches/nexuiz-2.0/data/textures/dsi/dsiglass2.tga
===================================================================
(Binary files differ)

Modified: trunk/data/scripts/dsi.shader
===================================================================
--- trunk/data/scripts/dsi.shader	2007-05-27 10:46:46 UTC (rev 2700)
+++ trunk/data/scripts/dsi.shader	2007-05-27 11:12:28 UTC (rev 2701)
@@ -66,8 +66,8 @@
 
 	{
 		map textures/dsi/dsiglass2.tga
-		blendfunc blend
-		rgbGen vertex
+		blendfunc add
+		//rgbGen vertex
 		tcgen environment
 		tcmod scale 4 4
 	}	

Modified: trunk/data/scripts/sav-liquids.shader
===================================================================
--- trunk/data/scripts/sav-liquids.shader	2007-05-27 10:46:46 UTC (rev 2700)
+++ trunk/data/scripts/sav-liquids.shader	2007-05-27 11:12:28 UTC (rev 2701)
@@ -30,8 +30,8 @@
 
 	{
 		map textures/dsi/dsiglass2.tga
-		blendfunc blend
-		rgbGen vertex
+		blendfunc add
+		//rgbGen vertex
 		tcgen environment
 		tcmod scale 4 4
 	}	

Modified: trunk/data/textures/dsi/dsiglass2.tga
===================================================================
(Binary files differ)




More information about the nexuiz-commits mailing list