[Orxonox-commit 7482] r12088 - data/branches/Shader_HS18/materials

wiesep at orxonox.net wiesep at orxonox.net
Wed Nov 7 11:29:12 CET 2018


Author: wiesep
Date: 2018-11-07 11:29:12 +0100 (Wed, 07 Nov 2018)
New Revision: 12088

Modified:
   data/branches/Shader_HS18/materials/Cube_Lava_Normal.material
Log:
Working version

Modified: data/branches/Shader_HS18/materials/Cube_Lava_Normal.material
===================================================================
--- data/branches/Shader_HS18/materials/Cube_Lava_Normal.material	2018-11-07 10:28:25 UTC (rev 12087)
+++ data/branches/Shader_HS18/materials/Cube_Lava_Normal.material	2018-11-07 10:29:12 UTC (rev 12088)
@@ -529,10 +529,11 @@
             fragment_program_ref PassthroughFP
             {
             }
+
             scene_blend dest_colour zero
             texture_unit
             {
-                texture Cube_Lava_COLOR.jpg
+                texture Cube_Lava_NORM.jpg
                 tex_address_mode wrap
                 scale 1.0 1.0
                 colour_op modulate
@@ -540,6 +541,39 @@
 
             
         }
+
+      pass Cube_Lava
+        {
+            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 Cube_Lava_COLOR.jpg
+                tex_address_mode wrap
+                scale 1.0 1.0
+                colour_op modulate
+            }
+        }
     }
 
 



More information about the Orxonox-commit mailing list