[Orxonox-commit 1591] r6309 - in data/trunk/materials: scripts textures

wirthmi at orxonox.net wirthmi at orxonox.net
Wed Dec 9 22:58:00 CET 2009


Author: wirthmi
Date: 2009-12-09 22:57:59 +0100 (Wed, 09 Dec 2009)
New Revision: 6309

Added:
   data/trunk/materials/textures/damageoverlaybottom.png
   data/trunk/materials/textures/damageoverlayleft.png
   data/trunk/materials/textures/damageoverlayright.png
   data/trunk/materials/textures/damageoverlaytop.png
Modified:
   data/trunk/materials/scripts/Orxonox.material
Log:
Added damage overlays

Modified: data/trunk/materials/scripts/Orxonox.material
===================================================================
--- data/trunk/materials/scripts/Orxonox.material	2009-12-09 21:49:07 UTC (rev 6308)
+++ data/trunk/materials/scripts/Orxonox.material	2009-12-09 21:57:59 UTC (rev 6309)
@@ -392,4 +392,76 @@
             }
         }
     }
+}
+
+material Orxonox/DamageOverlayTop
+{
+    technique
+    {
+        pass
+        {
+            lighting off
+            scene_blend alpha_blend
+            depth_check off
+
+            texture_unit
+            {
+                texture damageoverlaytop.png
+            }
+        }
+    }
+}
+
+material Orxonox/DamageOverlayRight
+{
+    technique
+    {
+        pass
+        {
+            lighting off
+            scene_blend alpha_blend
+            depth_check off
+
+            texture_unit
+            {
+                texture damageoverlayright.png
+            }
+        }
+    }
+}
+
+material Orxonox/DamageOverlayBottom
+{
+    technique
+    {
+        pass
+        {
+            lighting off
+            scene_blend alpha_blend
+            depth_check off
+
+            texture_unit
+            {
+                texture damageoverlaybottom.png
+            }
+        }
+    }
+}
+
+material Orxonox/DamageOverlayLeft
+{
+    technique
+    {
+        pass
+        {
+            lighting off
+            scene_blend alpha_blend
+            depth_check off
+
+            texture_unit
+            {
+                texture damageoverlayleft.png
+            }
+        }
+    }
 }
\ No newline at end of file

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


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

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


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

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


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

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


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




More information about the Orxonox-commit mailing list