소스 검색

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

Nehon 9 년 전
부모
커밋
7101bbe1e0
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      jme3-core/src/main/resources/Common/MatDefs/Light/PBRLighting.j3md

+ 2 - 2
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