[Orxonox-commit 4543] r9215 - in data/trunk: images/textures materials models
kevint at orxonox.net
kevint at orxonox.net
Fri May 18 16:24:08 CEST 2012
Author: kevint
Date: 2012-05-18 16:24:08 +0200 (Fri, 18 May 2012)
New Revision: 9215
Added:
data/trunk/images/textures/Spacegate6b.jpg
data/trunk/materials/Spacegate.material
data/trunk/models/Spacegate.mesh
Log:
Added model
Added: data/trunk/images/textures/Spacegate6b.jpg
===================================================================
(Binary files differ)
Property changes on: data/trunk/images/textures/Spacegate6b.jpg
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: data/trunk/materials/Spacegate.material
===================================================================
--- data/trunk/materials/Spacegate.material (rev 0)
+++ data/trunk/materials/Spacegate.material 2012-05-18 14:24:08 UTC (rev 9215)
@@ -0,0 +1,21 @@
+material SpacegateMaterial
+{
+ receive_shadows on
+ technique
+ {
+ pass
+ {
+ ambient 0.500000 0.500000 0.500000 1.000000
+ diffuse 0.871470 0.871470 0.871470 1.000000
+ specular 1.000000 1.000000 1.000000 1.000000 20.000000
+ emissive 0.283278 0.283278 0.283278 1.000000
+ texture_unit
+ {
+ texture Spacegate6b.jpg
+ tex_address_mode wrap
+ filtering trilinear
+ colour_op alpha_blend
+ }
+ }
+ }
+}
Added: data/trunk/models/Spacegate.mesh
===================================================================
(Binary files differ)
Property changes on: data/trunk/models/Spacegate.mesh
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
More information about the Orxonox-commit
mailing list