[nexuiz-commits] r7711 - trunk/data/scripts

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Wed Sep 9 09:11:56 EDT 2009


Author: fruitiex
Date: 2009-09-09 09:11:56 -0400 (Wed, 09 Sep 2009)
New Revision: 7711

Modified:
   trunk/data/scripts/tutorial.shader
Log:
oops, forgot the shader for the non-solid glass (tutorial map)


Modified: trunk/data/scripts/tutorial.shader
===================================================================
--- trunk/data/scripts/tutorial.shader	2009-09-09 13:09:27 UTC (rev 7710)
+++ trunk/data/scripts/tutorial.shader	2009-09-09 13:11:56 UTC (rev 7711)
@@ -119,3 +119,19 @@
 	}
 }
 
+textures/tutorial/nonsolidglass
+{
+	qer_editorimage textures/trak5/glass.tga
+	surfaceparm trans
+	surfaceparm nonsolid
+	cull disable
+	qer_trans 0.5
+
+	{
+		map textures/trak5/glass.tga
+		blendfunc add
+		//rgbGen vertex
+		tcgen environment
+		tcmod scale 4 4
+	}	
+}



More information about the nexuiz-commits mailing list