[Orxonox-commit 505] r2178 - in media: materials/scripts models
FelixSchulthess at orxonox.net
FelixSchulthess at orxonox.net
Mon May 25 15:31:46 CEST 2009
Author: FelixSchulthess
Date: 2009-05-25 15:31:46 +0200 (Mon, 25 May 2009)
New Revision: 2178
Added:
media/materials/scripts/jumpthrust.material
media/models/jumpthrust.mesh
Log:
thruster
Added: media/materials/scripts/jumpthrust.material
===================================================================
--- media/materials/scripts/jumpthrust.material (rev 0)
+++ media/materials/scripts/jumpthrust.material 2009-05-25 13:31:46 UTC (rev 2178)
@@ -0,0 +1,42 @@
+material jumpthrust_d
+{
+ receive_shadows on
+ technique
+ {
+ pass
+ {
+ ambient 0.500000 0.500000 0.500000 1.000000
+ diffuse 0.312552 0.237794 0.145220 1.000000
+ specular 0.500000 0.500000 0.500000 1.000000 12.500000
+ emissive 0.000000 0.000000 0.000000 1.000000
+ }
+ }
+}
+material jumpthrust_r
+{
+ receive_shadows on
+ technique
+ {
+ pass
+ {
+ ambient 0.500000 0.500000 0.500000 1.000000
+ diffuse 0.800000 0.000000 0.000000 1.000000
+ specular 0.500000 0.500000 0.500000 1.000000 12.500000
+ emissive 0.000000 0.000000 0.000000 1.000000
+ }
+ }
+}
+material jumpthrust_b
+{
+ receive_shadows on
+ technique
+ {
+ pass
+ {
+ ambient 0.500000 0.500000 0.500000 1.000000
+ diffuse 0.507904 0.591034 0.624189 1.000000
+ specular 0.500000 0.500000 0.500000 1.000000 12.500000
+ emissive 0.000000 0.000000 0.000000 1.000000
+ }
+ }
+}
Added: media/models/jumpthrust.mesh
===================================================================
(Binary files differ)
Property changes on: media/models/jumpthrust.mesh
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
More information about the Orxonox-commit
mailing list