Skip to content

Commit 7c65fc5

Browse files
authored
Merge pull request #2427 from jMonkeyEngine/yaRnMcDonuts-patch-2
Update DebugValuesMode documentation in PBRLighting.j3md
2 parents 6995e22 + 8435949 commit 7c65fc5

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,14 +147,15 @@ MaterialDef PBR Lighting {
147147
// debug the final value of the selected layer as a color output
148148
Int DebugValuesMode
149149
// Layers:
150-
// 0 - albedo (un-shaded)
150+
// 0 - albedo (unshaded)
151151
// 1 - normals
152152
// 2 - roughness
153153
// 3 - metallic
154154
// 4 - ao
155-
// 5 - emissive
155+
// 5 - emissive
156156
// 6 - exposure
157157
// 7 - alpha
158+
// 8 - geometryNormals
158159
}
159160

160161
Technique {

0 commit comments

Comments
 (0)