[Orxonox-commit 1795] r6513 - in data/trunk/materials: scripts textures
dafrick at orxonox.net
dafrick at orxonox.net
Thu Mar 11 16:35:57 CET 2010
Author: dafrick
Date: 2010-03-11 16:35:57 +0100 (Thu, 11 Mar 2010)
New Revision: 6513
Added:
data/trunk/materials/scripts/Asterix.material
data/trunk/materials/scripts/Cross.material
data/trunk/materials/scripts/Sphere2.material
data/trunk/materials/textures/asterix.tga
data/trunk/materials/textures/cross.tga
data/trunk/materials/textures/sphere.tga
Log:
Added some nice billboards.
Added: data/trunk/materials/scripts/Asterix.material
===================================================================
--- data/trunk/materials/scripts/Asterix.material (rev 0)
+++ data/trunk/materials/scripts/Asterix.material 2010-03-11 15:35:57 UTC (rev 6513)
@@ -0,0 +1,17 @@
+material Asterix
+{
+ technique
+ {
+ pass
+ {
+ lighting off
+ scene_blend add
+ depth_write off
+
+ texture_unit
+ {
+ texture asterix.tga
+ }
+ }
+ }
+}
Added: data/trunk/materials/scripts/Cross.material
===================================================================
--- data/trunk/materials/scripts/Cross.material (rev 0)
+++ data/trunk/materials/scripts/Cross.material 2010-03-11 15:35:57 UTC (rev 6513)
@@ -0,0 +1,17 @@
+material Cross
+{
+ technique
+ {
+ pass
+ {
+ lighting off
+ scene_blend add
+ depth_write off
+
+ texture_unit
+ {
+ texture cross.tga
+ }
+ }
+ }
+}
Added: data/trunk/materials/scripts/Sphere2.material
===================================================================
--- data/trunk/materials/scripts/Sphere2.material (rev 0)
+++ data/trunk/materials/scripts/Sphere2.material 2010-03-11 15:35:57 UTC (rev 6513)
@@ -0,0 +1,17 @@
+material Sphere2
+{
+ technique
+ {
+ pass
+ {
+ lighting off
+ scene_blend add
+ depth_write off
+
+ texture_unit
+ {
+ texture sphere.tga
+ }
+ }
+ }
+}
Added: data/trunk/materials/textures/asterix.tga
===================================================================
(Binary files differ)
Property changes on: data/trunk/materials/textures/asterix.tga
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: data/trunk/materials/textures/cross.tga
===================================================================
(Binary files differ)
Property changes on: data/trunk/materials/textures/cross.tga
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: data/trunk/materials/textures/sphere.tga
===================================================================
(Binary files differ)
Property changes on: data/trunk/materials/textures/sphere.tga
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
More information about the Orxonox-commit
mailing list