Fixed the name of shadow shaders in PBRLighting.j3md, it has changed since the merge with master

define_list_fix
Nehon 9 years ago
parent 17ef34ad3a
commit 7101bbe1e0
  1. 4
      jme3-core/src/main/resources/Common/MatDefs/Light/PBRLighting.j3md

@ -172,8 +172,8 @@ MaterialDef PBR Lighting {
Technique PostShadow15{
VertexShader GLSL150: Common/MatDefs/Shadow/PostShadow15.vert
FragmentShader GLSL150: Common/MatDefs/Shadow/PostShadow15.frag
VertexShader GLSL150: Common/MatDefs/Shadow/PostShadow.vert
FragmentShader GLSL150: Common/MatDefs/Shadow/PostShadow.frag
WorldParameters {
WorldViewProjectionMatrix

Loading…
Cancel
Save