[Orxonox-commit 3944] r8618 - in data/trunk: materials models
msalomon at orxonox.net
msalomon at orxonox.net
Thu May 26 22:30:10 CEST 2011
Author: msalomon
Date: 2011-05-26 22:30:10 +0200 (Thu, 26 May 2011)
New Revision: 8618
Added:
data/trunk/materials/raceCheckPoint.material
data/trunk/models/raceCheckPoint.mesh
Log:
The new model and material of the check points
Added: data/trunk/materials/raceCheckPoint.material
===================================================================
--- data/trunk/materials/raceCheckPoint.material (rev 0)
+++ data/trunk/materials/raceCheckPoint.material 2011-05-26 20:30:10 UTC (rev 8618)
@@ -0,0 +1,54 @@
+material raceCheckPointMat1
+{
+ 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 snowyWhite.jpg
+ 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.500000 0.500000 0.500000 1.000000 12.500000
+ scene_blend add
+ }
+ }
+}
+material raceCheckPointMat2
+{
+ 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 rock.png
+ 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.500000 0.500000 0.500000 1.000000 12.500000
+ scene_blend add
+ }
+ }
+}
Added: data/trunk/models/raceCheckPoint.mesh
===================================================================
(Binary files differ)
Property changes on: data/trunk/models/raceCheckPoint.mesh
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
More information about the Orxonox-commit
mailing list