[Orxonox-commit 4567] r9238 - in data/trunk: materials models
mpalic at orxonox.net
mpalic at orxonox.net
Thu May 24 15:10:09 CEST 2012
Author: mpalic
Date: 2012-05-24 15:10:09 +0200 (Thu, 24 May 2012)
New Revision: 9238
Added:
data/trunk/materials/Spacebomb.material
data/trunk/models/Spacebomb.mesh
Log:
Added Spacebomb
Added: data/trunk/materials/Spacebomb.material
===================================================================
--- data/trunk/materials/Spacebomb.material (rev 0)
+++ data/trunk/materials/Spacebomb.material 2012-05-24 13:10:09 UTC (rev 9238)
@@ -0,0 +1,28 @@
+material spacebom_metal
+{
+ 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 sl_metal_016.png
+ scale 0.1 0.1
+ //tex_address_mode wrap
+ //filtering trilinear
+ //colour_op modulate
+ }
+ }
+// pass
+// {
+// ambient 0.0 0.0 0.0
+// diffuse 0.0 0.0 0.0
+// specular 0.292481 0.277763 0.277763 1.000000 12.500000
+// scene_blend add
+// }
+ }
+}
Added: data/trunk/models/Spacebomb.mesh
===================================================================
(Binary files differ)
Property changes on: data/trunk/models/Spacebomb.mesh
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
More information about the Orxonox-commit
mailing list