[Orxonox-commit 7196] r11813 - data/branches/cegui0.8_ogre1.9/materials

landauf at orxonox.net landauf at orxonox.net
Sat Feb 24 18:32:46 CET 2018


Author: landauf
Date: 2018-02-24 18:32:46 +0100 (Sat, 24 Feb 2018)
New Revision: 11813

Modified:
   data/branches/cegui0.8_ogre1.9/materials/Checkpoint_InnerRing.material
Log:
removed unknown shader programs from material

Modified: data/branches/cegui0.8_ogre1.9/materials/Checkpoint_InnerRing.material
===================================================================
--- data/branches/cegui0.8_ogre1.9/materials/Checkpoint_InnerRing.material	2018-02-24 17:12:44 UTC (rev 11812)
+++ data/branches/cegui0.8_ogre1.9/materials/Checkpoint_InnerRing.material	2018-02-24 17:32:46 UTC (rev 11813)
@@ -15,14 +15,6 @@
             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
@@ -41,14 +33,6 @@
             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



More information about the Orxonox-commit mailing list