[Orxonox-commit 6157] r10815 - in data/trunk: images/overlay materials

fvultier at orxonox.net fvultier at orxonox.net
Tue Nov 17 22:30:50 CET 2015


Author: fvultier
Date: 2015-11-17 22:30:49 +0100 (Tue, 17 Nov 2015)
New Revision: 10815

Added:
   data/trunk/images/overlay/bar_icon_fuel.png
Modified:
   data/trunk/materials/Orxonox.material
Log:


Added: data/trunk/images/overlay/bar_icon_fuel.png
===================================================================
(Binary files differ)


Property changes on: data/trunk/images/overlay/bar_icon_fuel.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Modified: data/trunk/materials/Orxonox.material
===================================================================
--- data/trunk/materials/Orxonox.material	2015-11-17 21:30:24 UTC (rev 10814)
+++ data/trunk/materials/Orxonox.material	2015-11-17 21:30:49 UTC (rev 10815)
@@ -196,6 +196,24 @@
     }
 }
 
+material Orxonox/BarIconFuel
+{
+    technique
+    {
+        pass
+        {
+            lighting off
+            scene_blend alpha_blend
+            depth_check off
+
+            texture_unit
+            {
+                texture bar_icon_fuel.png 2d 0 // no mipmapping
+            }
+        }
+    }
+}
+
 material Orxonox/WeaponSystemBackground
 {
 	technique




More information about the Orxonox-commit mailing list