[Orxonox-commit 3866] r8540 - in data/trunk: images/effects materials

youngk at orxonox.net youngk at orxonox.net
Mon May 23 15:47:18 CEST 2011


Author: youngk
Date: 2011-05-23 15:47:17 +0200 (Mon, 23 May 2011)
New Revision: 8540

Added:
   data/trunk/images/effects/asterisk.png
   data/trunk/materials/Shrink.material
Removed:
   data/trunk/images/effects/asterix.png
Modified:
   data/trunk/images/effects/triplespiral.png
Log:
More stuff for the shrink pickup.

Copied: data/trunk/images/effects/asterisk.png (from rev 8531, data/trunk/images/effects/asterix.png)
===================================================================
(Binary files differ)

Deleted: data/trunk/images/effects/asterix.png
===================================================================
(Binary files differ)

Modified: data/trunk/images/effects/triplespiral.png
===================================================================
(Binary files differ)

Added: data/trunk/materials/Shrink.material
===================================================================
--- data/trunk/materials/Shrink.material	                        (rev 0)
+++ data/trunk/materials/Shrink.material	2011-05-23 13:47:17 UTC (rev 8540)
@@ -0,0 +1,17 @@
+material Shrink
+{
+	technique
+	{
+		pass
+		{
+			lighting off
+			scene_blend add
+			depth_write off
+
+			texture_unit
+			{
+				texture triplespiral.png
+			}
+		}
+	}
+}




More information about the Orxonox-commit mailing list