[Orxonox-commit 6307] r10964 - in data/trunk: images/overlay materials

fvultier at orxonox.net fvultier at orxonox.net
Wed Dec 9 17:50:50 CET 2015


Author: fvultier
Date: 2015-12-09 17:50:50 +0100 (Wed, 09 Dec 2015)
New Revision: 10964

Added:
   data/trunk/images/overlay/WSHUD_WM_MineGun.png
Modified:
   data/trunk/materials/Orxonox.material
Log:
Image of the MineGun for the weapon HUD.

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


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

Modified: data/trunk/materials/Orxonox.material
===================================================================
--- data/trunk/materials/Orxonox.material	2015-12-09 15:56:39 UTC (rev 10963)
+++ data/trunk/materials/Orxonox.material	2015-12-09 16:50:50 UTC (rev 10964)
@@ -845,6 +845,24 @@
     }
 }
 
+material Orxonox/WSHUD_WM_MineGun
+{
+    technique
+    {
+        pass
+        {
+            lighting off
+            scene_blend alpha_blend
+            depth_check off
+
+            texture_unit
+            {
+                texture WSHUD_WM_MineGun.png 2d 0 // no mipmapping
+            }
+        }
+    }
+}
+
 material Orxonox/WSHUD_WM_SimpleRocketFire
 {
     technique




More information about the Orxonox-commit mailing list