[Orxonox-commit 6276] r10933 - in data/trunk: images/textures materials models
bhatiab at orxonox.net
bhatiab at orxonox.net
Mon Dec 7 14:49:30 CET 2015
Author: bhatiab
Date: 2015-12-07 14:49:30 +0100 (Mon, 07 Dec 2015)
New Revision: 10933
Added:
data/trunk/images/textures/spaceshiptransporter.png
data/trunk/materials/Transporterspaceship.material
data/trunk/models/Transporterspaceship.mesh
Log:
Added new Spaceship: templatename is spaceshipShuttle; Creator: Tobias Gatschet; mesh from Simon Wenner, can be found on svn.orxonox.net/game/data/contentcreation/orx_artists/
Added: data/trunk/images/textures/spaceshiptransporter.png
===================================================================
(Binary files differ)
Property changes on: data/trunk/images/textures/spaceshiptransporter.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: data/trunk/materials/Transporterspaceship.material
===================================================================
--- data/trunk/materials/Transporterspaceship.material (rev 0)
+++ data/trunk/materials/Transporterspaceship.material 2015-12-07 13:49:30 UTC (rev 10933)
@@ -0,0 +1,42 @@
+// Transporterspaceship genrated by blender2ogre 0.6.0
+
+material Transporterspaceship
+{
+ receive_shadows on
+
+ technique
+ {
+ pass Transporterspaceship
+ {
+ ambient 0.800000011920929 0.800000011920929 0.800000011920929 1.0
+ diffuse 0.6400000190734865 0.6400000190734865 0.6400000190734865 1.0
+ specular 0.5 0.5 0.5 1.0 12.5
+ emissive 0.0 0.0 0.0 1.0
+
+ alpha_to_coverage off
+ colour_write on
+ cull_hardware clockwise
+ depth_check on
+ depth_func less_equal
+ depth_write on
+ illumination_stage
+ light_clip_planes off
+ light_scissor off
+ lighting on
+ normalise_normals off
+ polygon_mode solid
+ scene_blend one zero
+ scene_blend_op add
+ shading gouraud
+ transparent_sorting on
+
+ texture_unit
+ {
+ texture spaceshiptransporter.png
+ tex_address_mode wrap
+ scale 1.0 1.0
+ colour_op modulate
+ }
+ }
+ }
+}
Added: data/trunk/models/Transporterspaceship.mesh
===================================================================
(Binary files differ)
Property changes on: data/trunk/models/Transporterspaceship.mesh
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
More information about the Orxonox-commit
mailing list