[Orxonox-commit 1963] r6680 - in data/trunk/materials: scripts textures

ebeier at orxonox.net ebeier at orxonox.net
Sun Apr 11 16:21:22 CEST 2010


Author: ebeier
Date: 2010-04-11 16:21:22 +0200 (Sun, 11 Apr 2010)
New Revision: 6680

Added:
   data/trunk/materials/scripts/Eye.material
   data/trunk/materials/scripts/Shield.material
   data/trunk/materials/textures/eye.tga
   data/trunk/materials/textures/shield.tga
Log:
Added two more images/materials for Pickups (Shield/Invisibility)

Added: data/trunk/materials/scripts/Eye.material
===================================================================
--- data/trunk/materials/scripts/Eye.material	                        (rev 0)
+++ data/trunk/materials/scripts/Eye.material	2010-04-11 14:21:22 UTC (rev 6680)
@@ -0,0 +1,17 @@
+material Eye
+{
+	technique
+	{
+		pass
+		{
+			lighting off
+			scene_blend add
+			depth_write off
+
+			texture_unit
+			{
+				texture eye.tga
+			}
+		}
+	}
+}


Property changes on: data/trunk/materials/scripts/Eye.material
___________________________________________________________________
Added: svn:eol-style
   + native

Added: data/trunk/materials/scripts/Shield.material
===================================================================
--- data/trunk/materials/scripts/Shield.material	                        (rev 0)
+++ data/trunk/materials/scripts/Shield.material	2010-04-11 14:21:22 UTC (rev 6680)
@@ -0,0 +1,17 @@
+material Shield
+{
+	technique
+	{
+		pass
+		{
+			lighting off
+			scene_blend add
+			depth_write off
+
+			texture_unit
+			{
+				texture shield.tga
+			}
+		}
+	}
+}


Property changes on: data/trunk/materials/scripts/Shield.material
___________________________________________________________________
Added: svn:eol-style
   + native

Added: data/trunk/materials/textures/eye.tga
===================================================================
(Binary files differ)


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

Added: data/trunk/materials/textures/shield.tga
===================================================================
(Binary files differ)


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




More information about the Orxonox-commit mailing list