[Orxonox-commit 6435] r11092 - in data/trunk: images/skyboxes images/textures materials models
landauf at orxonox.net
landauf at orxonox.net
Sun Jan 24 21:31:09 CET 2016
Author: landauf
Date: 2016-01-24 21:31:09 +0100 (Sun, 24 Jan 2016)
New Revision: 11092
Added:
data/trunk/images/skyboxes/clouds1_glow_bk.bmp
data/trunk/images/skyboxes/clouds1_glow_dn.bmp
data/trunk/images/skyboxes/clouds1_glow_fr.bmp
data/trunk/images/skyboxes/clouds1_glow_lf.bmp
data/trunk/images/skyboxes/clouds1_glow_rt.bmp
data/trunk/images/skyboxes/clouds1_glow_up.bmp
Removed:
data/trunk/images/textures/skyboxHoenggerberg.png
data/trunk/images/textures/skyboxHoenggerberg_glow.png
data/trunk/materials/skyboxHoenggerberg.material
data/trunk/models/skyboxHoenggerberg.mesh
Modified:
data/trunk/materials/OrxonoxSky.material
Log:
removed skyboxHoenggerberg
added glow effect for real skybox material
Added: data/trunk/images/skyboxes/clouds1_glow_bk.bmp
===================================================================
(Binary files differ)
Property changes on: data/trunk/images/skyboxes/clouds1_glow_bk.bmp
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: data/trunk/images/skyboxes/clouds1_glow_dn.bmp
===================================================================
(Binary files differ)
Property changes on: data/trunk/images/skyboxes/clouds1_glow_dn.bmp
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: data/trunk/images/skyboxes/clouds1_glow_fr.bmp
===================================================================
(Binary files differ)
Property changes on: data/trunk/images/skyboxes/clouds1_glow_fr.bmp
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: data/trunk/images/skyboxes/clouds1_glow_lf.bmp
===================================================================
(Binary files differ)
Property changes on: data/trunk/images/skyboxes/clouds1_glow_lf.bmp
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: data/trunk/images/skyboxes/clouds1_glow_rt.bmp
===================================================================
(Binary files differ)
Property changes on: data/trunk/images/skyboxes/clouds1_glow_rt.bmp
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: data/trunk/images/skyboxes/clouds1_glow_up.bmp
===================================================================
(Binary files differ)
Property changes on: data/trunk/images/skyboxes/clouds1_glow_up.bmp
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Deleted: data/trunk/images/textures/skyboxHoenggerberg.png
===================================================================
(Binary files differ)
Deleted: data/trunk/images/textures/skyboxHoenggerberg_glow.png
===================================================================
(Binary files differ)
Modified: data/trunk/materials/OrxonoxSky.material
===================================================================
--- data/trunk/materials/OrxonoxSky.material 2016-01-24 20:21:18 UTC (rev 11091)
+++ data/trunk/materials/OrxonoxSky.material 2016-01-24 20:31:09 UTC (rev 11092)
@@ -187,4 +187,19 @@
}
}
}
+ technique
+ {
+ scheme glow
+ pass
+ {
+ lighting off
+ depth_write off
+
+ texture_unit
+ {
+ cubic_texture clouds1_glow.bmp separateUV
+ tex_address_mode clamp
+ }
+ }
+ }
}
Deleted: data/trunk/materials/skyboxHoenggerberg.material
===================================================================
--- data/trunk/materials/skyboxHoenggerberg.material 2016-01-24 20:21:18 UTC (rev 11091)
+++ data/trunk/materials/skyboxHoenggerberg.material 2016-01-24 20:31:09 UTC (rev 11092)
@@ -1,55 +0,0 @@
-// Material genrated by blender2ogre 0.6.0
-
-material SkyboxHoenggerberg
-{
- receive_shadows off
-
- technique
- {
- pass
- {
- 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 off
- normalise_normals off
- polygon_mode solid
- scene_blend one zero
- scene_blend_op add
- shading gouraud
- transparent_sorting on
-
- texture_unit {
- texture skyboxHoenggerberg.png
- }
-
- }
- }
-
- technique
- {
- scheme glow
- pass
- {
- ambient 0 0 0
- diffuse 0 0 0
- emissive 0.9 0.9 0.9
-
- texture_unit
- {
- texture skyboxHoenggerberg_glow.png
- }
- }
- }
-}
Deleted: data/trunk/models/skyboxHoenggerberg.mesh
===================================================================
(Binary files differ)
More information about the Orxonox-commit
mailing list