[Orxonox-commit 6680] r11310 - in data/contentcreation/pps/bartonp: . Exports/Checkpoint Exports/Checkpoint/Glow Exports/Checkpoint/Glow/Test Textures

bartonp at orxonox.net bartonp at orxonox.net
Mon Nov 28 16:06:53 CET 2016


Author: bartonp
Date: 2016-11-28 16:06:53 +0100 (Mon, 28 Nov 2016)
New Revision: 11310

Added:
   data/contentcreation/pps/bartonp/Exports/Checkpoint/Glow/
   data/contentcreation/pps/bartonp/Exports/Checkpoint/Glow/CheckpointLight.material
   data/contentcreation/pps/bartonp/Exports/Checkpoint/Glow/CheckpointTex.jpg
   data/contentcreation/pps/bartonp/Exports/Checkpoint/Glow/Checkpoint_Glow.material
   data/contentcreation/pps/bartonp/Exports/Checkpoint/Glow/Checkpoint_Glow.mesh
   data/contentcreation/pps/bartonp/Exports/Checkpoint/Glow/Checkpoint_Glow.png
   data/contentcreation/pps/bartonp/Exports/Checkpoint/Glow/Checkpoint_InnerRing.material
   data/contentcreation/pps/bartonp/Exports/Checkpoint/Glow/Checkpoint_InnerRing.mesh
   data/contentcreation/pps/bartonp/Exports/Checkpoint/Glow/Test/
   data/contentcreation/pps/bartonp/Exports/Checkpoint/Glow/Test/Checkpoint_Glow.material
   data/contentcreation/pps/bartonp/Exports/Checkpoint/Glow/Test/Checkpoint_Glow.mesh
   data/contentcreation/pps/bartonp/Exports/Checkpoint/Glow/Test/Checkpoint_Glow.png
   data/contentcreation/pps/bartonp/Textures/Board_UV.png
   data/contentcreation/pps/bartonp/Textures/SpaceRace_Message1.png
   data/contentcreation/pps/bartonp/Textures/SpaceRace_Message2.png
   data/contentcreation/pps/bartonp/Textures/SpaceRace_Message3.png
   data/contentcreation/pps/bartonp/Textures/Wood.jpg
Modified:
   data/contentcreation/pps/bartonp/Board.blend
   data/contentcreation/pps/bartonp/Exports/Checkpoint/Checkpoint_InnerRing.material
Log:
Added message Boards

Modified: data/contentcreation/pps/bartonp/Board.blend
===================================================================
(Binary files differ)

Modified: data/contentcreation/pps/bartonp/Exports/Checkpoint/Checkpoint_InnerRing.material
===================================================================
--- data/contentcreation/pps/bartonp/Exports/Checkpoint/Checkpoint_InnerRing.material	2016-11-28 15:04:45 UTC (rev 11309)
+++ data/contentcreation/pps/bartonp/Exports/Checkpoint/Checkpoint_InnerRing.material	2016-11-28 15:06:53 UTC (rev 11310)
@@ -1,43 +1,72 @@
-// Checkpoint_InnerRing genrated by blender2ogre 0.6.0
-
-material Checkpoint_InnerRing 
+material Checkpoint_InnerRing
 {
-    receive_shadows on 
-
+    set $diffuseCol "1 1 1 1"
+    set $specularCol "1 1 1"
+    set $shininess "32"
+ 
     technique
     {
-        pass Checkpoint_InnerRing
+        pass
         {
-            ambient 0.17565025389194489 0.17645274102687836 0.17886075377464294 1.0
-            diffuse 0.1405202052074701 0.14116219492498328 0.1430886051519007 1.0
-            specular 0.10000000149011612 0.10000000149011612 0.10000000149011612 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 
+            illumination_stage ambient
+ 
+            ambient 1 1 1 1
+            diffuse $diffuseCol
+            specular 0 0 0 0
+            emissive 0 0 0 0
+ 
+            vertex_program_ref ambient_vs
             {
+            }
+ 
+            fragment_program_ref ambient_ps
+            {
+            }
+ 
+            texture_unit diffuseMap
+            {
                 texture CheckpointTex.jpg
-                tex_address_mode wrap
-                scale 1.0 1.0
-                tex_coord_set 0
-                colour_op modulate
             }
+ 
+            texture_unit aoMap
+            {
+                texture CheckpointTex.jpg
+            }
         }
+ 
+        pass
+        {
+            illumination_stage per_light
+ 
+            scene_blend add
+//            iteration once_per_light   not needed while   illumination_stage per_light   is used
+ 
+            vertex_program_ref diffuse_vs
+            {
+            }
+ 
+            fragment_program_ref diffuse_ps
+            {
+            }
+ 
+            diffuse $diffuseCol
+            specular $specularCol $shininess
+            ambient 0 0 0 0
+ 
+            texture_unit diffuseMap
+            {
+                texture CheckpointTex.jpg
+            }
+ 
+            texture_unit specMap
+            {
+                texture CheckpointTex.jpg
+            }
+ 
+            texture_unit normalMap
+            {
+                texture CheckpointNormal.png
+            }
+        }
     }
-}
+}
\ No newline at end of file

Added: data/contentcreation/pps/bartonp/Exports/Checkpoint/Glow/CheckpointLight.material
===================================================================
--- data/contentcreation/pps/bartonp/Exports/Checkpoint/Glow/CheckpointLight.material	                        (rev 0)
+++ data/contentcreation/pps/bartonp/Exports/Checkpoint/Glow/CheckpointLight.material	2016-11-28 15:06:53 UTC (rev 11310)
@@ -0,0 +1,35 @@
+// CheckpointLight genrated by blender2ogre 0.6.0
+
+material CheckpointLight 
+{
+    receive_shadows on 
+
+    technique
+    {
+        pass CheckpointLight
+        {
+            ambient 0.5404688119888306 0.800000011920929 0.7590705752372742 1.0
+            diffuse 0.43237505603395476 0.6400000190734865 0.6072564692386457 1.0
+            specular 0.10000000149011612 0.10000000149011612 0.10000000149011612 1.0 12.5
+            emissive 0.5404688119888306 0.800000011920929 0.7590705752372742 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
+
+        }
+    }
+}

Added: data/contentcreation/pps/bartonp/Exports/Checkpoint/Glow/CheckpointTex.jpg
===================================================================
(Binary files differ)


Property changes on: data/contentcreation/pps/bartonp/Exports/Checkpoint/Glow/CheckpointTex.jpg
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: data/contentcreation/pps/bartonp/Exports/Checkpoint/Glow/Checkpoint_Glow.material
===================================================================
--- data/contentcreation/pps/bartonp/Exports/Checkpoint/Glow/Checkpoint_Glow.material	                        (rev 0)
+++ data/contentcreation/pps/bartonp/Exports/Checkpoint/Glow/Checkpoint_Glow.material	2016-11-28 15:06:53 UTC (rev 11310)
@@ -0,0 +1,43 @@
+// Checkpoint_Glow genrated by blender2ogre 0.6.0
+
+material Checkpoint_Glow 
+{
+    receive_shadows off 
+
+    technique
+    {
+        pass Checkpoint_Glow
+        {
+            ambient 0.0 0.0 0.0 0.0
+            diffuse 0.0 0.0 0.0 0.0
+            specular 0.0 0.0 0.0 0.0 12.5
+            emissive 0.24419825440940635 0.4000000059604645 0.3858744678776631 0.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 Checkpoint_Glow.png
+                tex_address_mode wrap
+                scale 1.0 1.0
+                tex_coord_set 0
+                colour_op alpha_blend
+            }
+        }
+    }
+}

Added: data/contentcreation/pps/bartonp/Exports/Checkpoint/Glow/Checkpoint_Glow.mesh
===================================================================
(Binary files differ)


Property changes on: data/contentcreation/pps/bartonp/Exports/Checkpoint/Glow/Checkpoint_Glow.mesh
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: data/contentcreation/pps/bartonp/Exports/Checkpoint/Glow/Checkpoint_Glow.png
===================================================================
(Binary files differ)


Property changes on: data/contentcreation/pps/bartonp/Exports/Checkpoint/Glow/Checkpoint_Glow.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: data/contentcreation/pps/bartonp/Exports/Checkpoint/Glow/Checkpoint_InnerRing.material
===================================================================
--- data/contentcreation/pps/bartonp/Exports/Checkpoint/Glow/Checkpoint_InnerRing.material	                        (rev 0)
+++ data/contentcreation/pps/bartonp/Exports/Checkpoint/Glow/Checkpoint_InnerRing.material	2016-11-28 15:06:53 UTC (rev 11310)
@@ -0,0 +1,43 @@
+// Checkpoint_InnerRing genrated by blender2ogre 0.6.0
+
+material Checkpoint_InnerRing 
+{
+    receive_shadows on 
+
+    technique
+    {
+        pass Checkpoint_InnerRing
+        {
+            ambient 0.17565025389194489 0.17645274102687836 0.17886075377464294 1.0
+            diffuse 0.1405202052074701 0.14116219492498328 0.1430886051519007 1.0
+            specular 0.10000000149011612 0.10000000149011612 0.10000000149011612 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 CheckpointTex.jpg
+                tex_address_mode wrap
+                scale 1.0 1.0
+                tex_coord_set 0
+                colour_op modulate
+            }
+        }
+    }
+}

Added: data/contentcreation/pps/bartonp/Exports/Checkpoint/Glow/Checkpoint_InnerRing.mesh
===================================================================
(Binary files differ)


Property changes on: data/contentcreation/pps/bartonp/Exports/Checkpoint/Glow/Checkpoint_InnerRing.mesh
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: data/contentcreation/pps/bartonp/Exports/Checkpoint/Glow/Test/Checkpoint_Glow.material
===================================================================
--- data/contentcreation/pps/bartonp/Exports/Checkpoint/Glow/Test/Checkpoint_Glow.material	                        (rev 0)
+++ data/contentcreation/pps/bartonp/Exports/Checkpoint/Glow/Test/Checkpoint_Glow.material	2016-11-28 15:06:53 UTC (rev 11310)
@@ -0,0 +1,43 @@
+// Checkpoint_Glow genrated by blender2ogre 0.6.0
+
+material Checkpoint_Glow 
+{
+    receive_shadows off 
+
+    technique
+    {
+        pass Checkpoint_Glow
+        {
+            ambient 0.0 0.0 0.0 0.0
+            diffuse 0.0 0.0 0.0 0.0
+            specular 0.0 0.0 0.0 0.0 12.5
+            emissive 0.6104956269264221 1.0 0.9646861553192139 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 alpha_blend
+            scene_blend_op add
+            shading gouraud
+            transparent_sorting on
+
+            texture_unit 
+            {
+                texture Checkpoint_Glow.png
+                tex_address_mode wrap
+                scale 1.0 1.0
+                tex_coord_set 0
+                colour_op alpha_blend
+            }
+        }
+    }
+}

Added: data/contentcreation/pps/bartonp/Exports/Checkpoint/Glow/Test/Checkpoint_Glow.mesh
===================================================================
(Binary files differ)


Property changes on: data/contentcreation/pps/bartonp/Exports/Checkpoint/Glow/Test/Checkpoint_Glow.mesh
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: data/contentcreation/pps/bartonp/Exports/Checkpoint/Glow/Test/Checkpoint_Glow.png
===================================================================
(Binary files differ)


Property changes on: data/contentcreation/pps/bartonp/Exports/Checkpoint/Glow/Test/Checkpoint_Glow.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: data/contentcreation/pps/bartonp/Textures/Board_UV.png
===================================================================
(Binary files differ)


Property changes on: data/contentcreation/pps/bartonp/Textures/Board_UV.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: data/contentcreation/pps/bartonp/Textures/SpaceRace_Message1.png
===================================================================
(Binary files differ)


Property changes on: data/contentcreation/pps/bartonp/Textures/SpaceRace_Message1.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: data/contentcreation/pps/bartonp/Textures/SpaceRace_Message2.png
===================================================================
(Binary files differ)


Property changes on: data/contentcreation/pps/bartonp/Textures/SpaceRace_Message2.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: data/contentcreation/pps/bartonp/Textures/SpaceRace_Message3.png
===================================================================
(Binary files differ)


Property changes on: data/contentcreation/pps/bartonp/Textures/SpaceRace_Message3.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: data/contentcreation/pps/bartonp/Textures/Wood.jpg
===================================================================
(Binary files differ)


Property changes on: data/contentcreation/pps/bartonp/Textures/Wood.jpg
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream




More information about the Orxonox-commit mailing list