소스 검색

Update DebugValuesMode documentation in PBRLighting.j3md

Ryan McDonough 4 달 전
부모
커밋
8435949b4c
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3 2
      jme3-core/src/main/resources/Common/MatDefs/Light/PBRLighting.j3md

+ 3 - 2
jme3-core/src/main/resources/Common/MatDefs/Light/PBRLighting.j3md

@@ -147,14 +147,15 @@ MaterialDef PBR Lighting {
          // debug the final value of the selected layer as a color output            
         Int DebugValuesMode
             // Layers:
-            //   0 - albedo (un-shaded)
+            //   0 - albedo (unshaded)
             //   1 - normals
             //   2 - roughness
             //   3 - metallic
             //   4 - ao
-            //   5  - emissive
+            //   5 - emissive
             //   6 - exposure
             //   7 - alpha
+            //   8 - geometryNormals
     }
 
     Technique {