[Orxonox-commit 2155] r6871 - in data/trunk: materials/scripts models
rgrieder at orxonox.net
rgrieder at orxonox.net
Mon May 10 14:07:42 CEST 2010
Author: rgrieder
Date: 2010-05-10 14:07:41 +0200 (Mon, 10 May 2010)
New Revision: 6871
Added:
data/trunk/models/cube_green.mesh
data/trunk/models/cube_orange.mesh
data/trunk/models/cube_red.mesh
data/trunk/models/cube_yellow.mesh
Modified:
data/trunk/materials/scripts/cube.material
Log:
Added cubes in red, orange and green.
Modified: data/trunk/materials/scripts/cube.material
===================================================================
--- data/trunk/materials/scripts/cube.material 2010-05-10 11:47:44 UTC (rev 6870)
+++ data/trunk/materials/scripts/cube.material 2010-05-10 12:07:41 UTC (rev 6871)
@@ -23,3 +23,81 @@
}
}
}
+
+material cube/TEXFACE/OrxonoxGREEN.tga
+{
+ receive_shadows on
+ technique
+ {
+ pass
+ {
+ ambient 0.500000 0.500000 0.500000 1.000000
+ diffuse 0.800000 0.800000 0.800000 1.000000
+ emissive 0.000000 0.000000 0.000000 1.000000
+ texture_unit
+ {
+ texture OrxonoxGREEN.tga
+ colour_op modulate
+ }
+ }
+ pass
+ {
+ ambient 0.0 0.0 0.0
+ diffuse 0.0 0.0 0.0
+ specular 0.500000 0.500000 0.500000 1.000000 12.500000
+ scene_blend add
+ }
+ }
+}
+
+material cube/TEXFACE/OrxonoxRED.tga
+{
+ receive_shadows on
+ technique
+ {
+ pass
+ {
+ ambient 0.500000 0.500000 0.500000 1.000000
+ diffuse 0.800000 0.800000 0.800000 1.000000
+ emissive 0.000000 0.000000 0.000000 1.000000
+ texture_unit
+ {
+ texture OrxonoxRED.tga
+ colour_op modulate
+ }
+ }
+ pass
+ {
+ ambient 0.0 0.0 0.0
+ diffuse 0.0 0.0 0.0
+ specular 0.500000 0.500000 0.500000 1.000000 12.500000
+ scene_blend add
+ }
+ }
+}
+
+material cube/TEXFACE/OrxonoxORANGE.tga
+{
+ receive_shadows on
+ technique
+ {
+ pass
+ {
+ ambient 0.500000 0.500000 0.500000 1.000000
+ diffuse 0.800000 0.800000 0.800000 1.000000
+ emissive 0.000000 0.000000 0.000000 1.000000
+ texture_unit
+ {
+ texture OrxonoxORANGE.tga
+ colour_op modulate
+ }
+ }
+ pass
+ {
+ ambient 0.0 0.0 0.0
+ diffuse 0.0 0.0 0.0
+ specular 0.500000 0.500000 0.500000 1.000000 12.500000
+ scene_blend add
+ }
+ }
+}
Added: data/trunk/models/cube_green.mesh
===================================================================
(Binary files differ)
Property changes on: data/trunk/models/cube_green.mesh
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: data/trunk/models/cube_orange.mesh
===================================================================
(Binary files differ)
Property changes on: data/trunk/models/cube_orange.mesh
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: data/trunk/models/cube_red.mesh
===================================================================
(Binary files differ)
Property changes on: data/trunk/models/cube_red.mesh
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: data/trunk/models/cube_yellow.mesh
===================================================================
(Binary files differ)
Property changes on: data/trunk/models/cube_yellow.mesh
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
More information about the Orxonox-commit
mailing list