[Orxonox-commit 1480] r6198 - in data/trunk/materials: scripts textures

wirthmi at orxonox.net wirthmi at orxonox.net
Wed Dec 2 15:06:43 CET 2009


Author: wirthmi
Date: 2009-12-02 15:06:43 +0100 (Wed, 02 Dec 2009)
New Revision: 6198

Added:
   data/trunk/materials/textures/centeroverlay.png
   data/trunk/materials/textures/directionarrows.png
Modified:
   data/trunk/materials/scripts/Orxonox.material
Log:
New center overlay


Modified: data/trunk/materials/scripts/Orxonox.material
===================================================================
--- data/trunk/materials/scripts/Orxonox.material	2009-12-02 13:58:20 UTC (rev 6197)
+++ data/trunk/materials/scripts/Orxonox.material	2009-12-02 14:06:43 UTC (rev 6198)
@@ -302,4 +302,40 @@
 			}
 		}
 	}
+}
+
+material Orxonox/CenterOverlay
+{
+	technique
+	{
+		pass
+		{
+			lighting off
+			scene_blend alpha_blend
+			depth_check off
+
+			texture_unit
+			{
+				texture centeroverlay.png
+			}
+		}
+	}
+}
+
+material Orxonox/DirectionArrows
+{
+	technique
+	{
+		pass
+		{
+			lighting off
+			scene_blend alpha_blend
+			depth_check off
+
+			texture_unit
+			{
+				texture directionarrows.png
+			}
+		}
+	}
 }
\ No newline at end of file

Added: data/trunk/materials/textures/centeroverlay.png
===================================================================
(Binary files differ)


Property changes on: data/trunk/materials/textures/centeroverlay.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: data/trunk/materials/textures/directionarrows.png
===================================================================
(Binary files differ)


Property changes on: data/trunk/materials/textures/directionarrows.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream




More information about the Orxonox-commit mailing list