From d4e85382db2996c1463658f44f69662eef71baf2 Mon Sep 17 00:00:00 2001 From: shadowislord Date: Sun, 1 Feb 2015 20:06:09 -0500 Subject: [PATCH] Remove fixed pipeline technique from lighting shader --- .../src/main/resources/Common/MatDefs/Light/Lighting.j3md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/jme3-core/src/main/resources/Common/MatDefs/Light/Lighting.j3md b/jme3-core/src/main/resources/Common/MatDefs/Light/Lighting.j3md index e5613f040..df841ddde 100644 --- a/jme3-core/src/main/resources/Common/MatDefs/Light/Lighting.j3md +++ b/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