[Orxonox-commit 1284] r6002 - in data/trunk/materials: scripts textures

wirthmi at orxonox.net wirthmi at orxonox.net
Wed Oct 28 14:38:51 CET 2009


Author: wirthmi
Date: 2009-10-28 14:38:51 +0100 (Wed, 28 Oct 2009)
New Revision: 6002

Added:
   data/trunk/materials/textures/crosshair3.png
Modified:
   data/trunk/materials/scripts/Orxonox.material
Log:
Added a crosshair.


Modified: data/trunk/materials/scripts/Orxonox.material
===================================================================
--- data/trunk/materials/scripts/Orxonox.material	2009-10-28 13:38:10 UTC (rev 6001)
+++ data/trunk/materials/scripts/Orxonox.material	2009-10-28 13:38:51 UTC (rev 6002)
@@ -285,3 +285,21 @@
 		}
 	}
 }
+
+material Orxonox/Crosshair3
+{
+	technique
+	{
+		pass
+		{
+			lighting off
+			scene_blend alpha_blend
+			depth_check off
+
+			texture_unit
+			{
+				texture crosshair3.png
+			}
+		}
+	}
+}
\ No newline at end of file

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


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




More information about the Orxonox-commit mailing list