Skip to content

Commit d8c8ce1

Browse files
authored
Update AdvancedPBRTerrain.j3md
1 parent 870f68c commit d8c8ce1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

jme3-terrain/src/main/resources/Common/MatDefs/Terrain/AdvancedPBRTerrain.j3md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ MaterialDef AdvancedPBRTerrain {
1010

1111
Boolean BrightenIndoorShadows //set true if shadows are enabled and indoor areas without full sun exposure are too dark compared to when shadows are turned off in settings
1212

13-
Boolean FirstLayerAsTransparency
13+
Boolean UseFirstLayerAsTransparency
1414

1515
TextureArray AlbedoTextureArray
1616
TextureArray NormalParallaxTextureArray -LINEAR
@@ -187,12 +187,12 @@ MaterialDef AdvancedPBRTerrain {
187187
// debug the final value of the selected layer as a color output
188188
Int DebugValuesMode
189189
// Layers:
190-
// 0 - albedo (un-shaded)
190+
// 0 - albedo (unshaded)
191191
// 1 - normals
192192
// 2 - roughness
193193
// 3 - metallic
194194
// 4 - ao
195-
// 5 - emissive
195+
// 5 - emissive
196196
// 6 - exposure
197197
// 7 - alpha
198198

@@ -305,7 +305,7 @@ MaterialDef AdvancedPBRTerrain {
305305
STATIC_SUN_EXPOSURE : StaticSunIntensity
306306
BRIGHTEN_INDOOR_SHADOWS : BrightenIndoorShadows
307307

308-
USE_FIRST_LAYER_AS_TRANSPARENCY : FirstLayerAsTransparency;
308+
USE_FIRST_LAYER_AS_TRANSPARENCY : UseFirstLayerAsTransparency;
309309

310310
SPECULAR_AA : UseSpecularAA
311311
SPECULAR_AA_SCREEN_SPACE_VARIANCE : SpecularAASigma

0 commit comments

Comments
 (0)