[Orxonox-commit 377] r2133 - in media: levels materials/scripts materials/textures overlay

Naaduun at orxonox.net Naaduun at orxonox.net
Thu May 14 15:00:07 CEST 2009


Author: Naaduun
Date: 2009-05-14 15:00:07 +0200 (Thu, 14 May 2009)
New Revision: 2133

Added:
   media/materials/scripts/Map.material
   media/materials/textures/mapgrid.tga
Modified:
   media/levels/hudtemplates3.oxw
   media/overlay/debug.oxo
Log:
=Added Map texture and material

Modified: media/levels/hudtemplates3.oxw
===================================================================
--- media/levels/hudtemplates3.oxw	2009-05-13 14:25:46 UTC (rev 2132)
+++ media/levels/hudtemplates3.oxw	2009-05-14 13:00:07 UTC (rev 2133)
@@ -28,6 +28,8 @@
 
 <Template name="spaceshiphud">
   <OverlayGroup name = "spaceshiphud" scale = "1, 1">
+    <Map />
+
     <HUDHealthBar
      name              = "HealthBar1"
      background        = "Orxonox/HealthBarBackground"

Added: media/materials/scripts/Map.material
===================================================================
--- media/materials/scripts/Map.material	                        (rev 0)
+++ media/materials/scripts/Map.material	2009-05-14 13:00:07 UTC (rev 2133)
@@ -0,0 +1,18 @@
+material Map/Grid
+{
+	technique
+	{
+		pass
+		{
+			lighting off
+			depth_write off
+			scene_blend add
+			alpha_rejection greater 128
+			cull_hardware none
+			texture_unit
+			{
+				texture mapgrid.tga
+			}
+		}
+	}
+}

Added: media/materials/textures/mapgrid.tga
===================================================================
(Binary files differ)


Property changes on: media/materials/textures/mapgrid.tga
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Modified: media/overlay/debug.oxo
===================================================================
--- media/overlay/debug.oxo	2009-05-13 14:25:46 UTC (rev 2132)
+++ media/overlay/debug.oxo	2009-05-14 13:00:07 UTC (rev 2133)
@@ -5,7 +5,6 @@
  scroll  = "0, 0"
  visible = false
 >
-
   <OverlayText
    name     = "FPSTextCaption"
    position = "0.03, 0.05"




More information about the Orxonox-commit mailing list