* Remove usage of "SimpleTextured" shaders from other materials

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9320 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
Sha..rd 2012-04-15 21:20:37 +00:00
parent 9390125d6c
commit 60e0e46344
3 changed files with 3 additions and 3 deletions
engine/src
core-data/Common/MatDefs
terrain/Common/MatDefs/Terrain

@ -287,7 +287,7 @@ MaterialDef Phong Lighting {
Technique Glow {
VertexShader GLSL100: Common/MatDefs/Misc/SimpleTextured.vert
VertexShader GLSL100: Common/MatDefs/Misc/Unshaded.vert
FragmentShader GLSL100: Common/MatDefs/Light/Glow.frag
WorldParameters {

@ -94,7 +94,7 @@ MaterialDef Point Sprite {
Technique Glow {
VertexShader GLSL100: Common/MatDefs/Misc/SimpleTextured.vert
VertexShader GLSL100: Common/MatDefs/Misc/Unshaded.vert
FragmentShader GLSL100: Common/MatDefs/Light/Glow.frag
WorldParameters {

@ -238,7 +238,7 @@ MaterialDef Terrain Lighting {
Technique Glow {
VertexShader GLSL100: Common/MatDefs/Misc/SimpleTextured.vert
VertexShader GLSL100: Common/MatDefs/Misc/Unshaded.vert
FragmentShader GLSL100: Common/MatDefs/Light/Glow.frag
WorldParameters {