[Orxonox-commit 4824] r9493 - in data/trunk: images/textures materials models
smerkli at orxonox.net
smerkli at orxonox.net
Mon Dec 10 14:05:13 CET 2012
Author: smerkli
Date: 2012-12-10 14:05:12 +0100 (Mon, 10 Dec 2012)
New Revision: 9493
Added:
data/trunk/images/textures/LaserBlau2.png
data/trunk/materials/LaserBeam.material
data/trunk/models/LaserBeam.mesh
Log:
Added new laser beam stuff by Lukas
Added: data/trunk/images/textures/LaserBlau2.png
===================================================================
(Binary files differ)
Property changes on: data/trunk/images/textures/LaserBlau2.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: data/trunk/materials/LaserBeam.material
===================================================================
--- data/trunk/materials/LaserBeam.material (rev 0)
+++ data/trunk/materials/LaserBeam.material 2012-12-10 13:05:12 UTC (rev 9493)
@@ -0,0 +1,39 @@
+// LaserBeam genrated by blender2ogre 0.5.8
+
+material LaserBeam
+{
+ receive_shadows on
+
+ technique
+ {
+ pass LaserBeam
+ {
+ 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 LaserBlau2.png
+ colour_op modulate
+ }
+ }
+ }
+}
Added: data/trunk/models/LaserBeam.mesh
===================================================================
(Binary files differ)
Property changes on: data/trunk/models/LaserBeam.mesh
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
More information about the Orxonox-commit
mailing list