[Orxonox-commit 6245] r10902 - in data/trunk: images/textures materials models
holzerj at orxonox.net
holzerj at orxonox.net
Mon Nov 30 17:37:42 CET 2015
Author: holzerj
Date: 2015-11-30 17:37:42 +0100 (Mon, 30 Nov 2015)
New Revision: 10902
Added:
data/trunk/images/textures/Mine.png
data/trunk/images/textures/glow_effect.png
data/trunk/images/textures/ice_crystal.png
data/trunk/materials/Mine.material
data/trunk/models/Mine_Core.mesh
data/trunk/models/Mine_Ring.mesh
Modified:
data/trunk/materials/PE_materials.material
Log:
New particle effects for the mine
Added: data/trunk/images/textures/Mine.png
===================================================================
(Binary files differ)
Property changes on: data/trunk/images/textures/Mine.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: data/trunk/images/textures/glow_effect.png
===================================================================
(Binary files differ)
Property changes on: data/trunk/images/textures/glow_effect.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: data/trunk/images/textures/ice_crystal.png
===================================================================
(Binary files differ)
Property changes on: data/trunk/images/textures/ice_crystal.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: data/trunk/materials/Mine.material
===================================================================
--- data/trunk/materials/Mine.material (rev 0)
+++ data/trunk/materials/Mine.material 2015-11-30 16:37:42 UTC (rev 10902)
@@ -0,0 +1,42 @@
+// Mine genrated by blender2ogre 0.6.0
+
+material Mine
+{
+ receive_shadows on
+
+ technique
+ {
+ pass Mine
+ {
+ 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 Mine.png
+ tex_address_mode wrap
+ scale 1.0 1.0
+ colour_op modulate
+ }
+ }
+ }
+}
Modified: data/trunk/materials/PE_materials.material
===================================================================
--- data/trunk/materials/PE_materials.material 2015-11-30 16:23:15 UTC (rev 10901)
+++ data/trunk/materials/PE_materials.material 2015-11-30 16:37:42 UTC (rev 10902)
@@ -55,7 +55,41 @@
}
}
}
+material PE/iceCrystal
+{
+ technique
+ {
+ pass
+ {
+ lighting off
+ depth_write off
+ scene_blend add
+ texture_unit
+ {
+ texture ice_crystal.png
+ }
+ }
+ }
+}
+material PE/glowEffect
+{
+ technique
+ {
+ pass
+ {
+ lighting off
+ depth_write off
+ scene_blend add
+
+ texture_unit
+ {
+ texture glow_effect.png
+ }
+ }
+ }
+}
+
material PE/smoke
{
technique
Added: data/trunk/models/Mine_Core.mesh
===================================================================
(Binary files differ)
Property changes on: data/trunk/models/Mine_Core.mesh
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: data/trunk/models/Mine_Ring.mesh
===================================================================
(Binary files differ)
Property changes on: data/trunk/models/Mine_Ring.mesh
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
More information about the Orxonox-commit
mailing list