Просмотр исходного кода

Remove fixed pipeline technique from lighting shader

shadowislord 10 лет назад
Родитель
Сommit
d4e85382db
1 измененных файлов с 0 добавлено и 4 удалено
  1. 0 4
      jme3-core/src/main/resources/Common/MatDefs/Light/Lighting.j3md

+ 0 - 4
jme3-core/src/main/resources/Common/MatDefs/Light/Lighting.j3md

@@ -357,10 +357,6 @@ MaterialDef Phong Lighting {
         }
     }
 
-    Technique {
-        LightMode FixedPipeline
-    }
-
     Technique Glow {
 
         VertexShader GLSL100:   Common/MatDefs/Misc/Unshaded.vert