[Orxonox-commit 1570] r6288 - in data/trunk/materials: scripts textures
wirthmi at orxonox.net
wirthmi at orxonox.net
Wed Dec 9 14:43:10 CET 2009
Author: wirthmi
Date: 2009-12-09 14:43:10 +0100 (Wed, 09 Dec 2009)
New Revision: 6288
Added:
data/trunk/materials/textures/directionarrows1.png
data/trunk/materials/textures/directionarrows2.png
data/trunk/materials/textures/directionarrows3.png
data/trunk/materials/textures/directionarrows4.png
Modified:
data/trunk/materials/scripts/Orxonox.material
data/trunk/materials/textures/crosshair3.png
Log:
Added direction arrow textures. Modified crosshair overlay.
Modified: data/trunk/materials/scripts/Orxonox.material
===================================================================
--- data/trunk/materials/scripts/Orxonox.material 2009-12-09 13:33:23 UTC (rev 6287)
+++ data/trunk/materials/scripts/Orxonox.material 2009-12-09 13:43:10 UTC (rev 6288)
@@ -322,7 +322,7 @@
}
}
-material Orxonox/DirectionArrows
+material Orxonox/DirectionArrows1
{
technique
{
@@ -334,8 +334,62 @@
texture_unit
{
- texture directionarrows.png
+ texture directionarrows1.png
}
}
}
+}
+
+material Orxonox/DirectionArrows2
+{
+ technique
+ {
+ pass
+ {
+ lighting off
+ scene_blend alpha_blend
+ depth_check off
+
+ texture_unit
+ {
+ texture directionarrows2.png
+ }
+ }
+ }
+}
+
+material Orxonox/DirectionArrows3
+{
+ technique
+ {
+ pass
+ {
+ lighting off
+ scene_blend alpha_blend
+ depth_check off
+
+ texture_unit
+ {
+ texture directionarrows3.png
+ }
+ }
+ }
+}
+
+material Orxonox/DirectionArrows4
+{
+ technique
+ {
+ pass
+ {
+ lighting off
+ scene_blend alpha_blend
+ depth_check off
+
+ texture_unit
+ {
+ texture directionarrows4.png
+ }
+ }
+ }
}
\ No newline at end of file
Modified: data/trunk/materials/textures/crosshair3.png
===================================================================
(Binary files differ)
Added: data/trunk/materials/textures/directionarrows1.png
===================================================================
(Binary files differ)
Property changes on: data/trunk/materials/textures/directionarrows1.png
___________________________________________________________________
Added: svn:executable
+ *
Added: svn:mime-type
+ application/octet-stream
Added: data/trunk/materials/textures/directionarrows2.png
===================================================================
(Binary files differ)
Property changes on: data/trunk/materials/textures/directionarrows2.png
___________________________________________________________________
Added: svn:executable
+ *
Added: svn:mime-type
+ application/octet-stream
Added: data/trunk/materials/textures/directionarrows3.png
===================================================================
(Binary files differ)
Property changes on: data/trunk/materials/textures/directionarrows3.png
___________________________________________________________________
Added: svn:executable
+ *
Added: svn:mime-type
+ application/octet-stream
Added: data/trunk/materials/textures/directionarrows4.png
===================================================================
(Binary files differ)
Property changes on: data/trunk/materials/textures/directionarrows4.png
___________________________________________________________________
Added: svn:executable
+ *
Added: svn:mime-type
+ application/octet-stream
More information about the Orxonox-commit
mailing list