Skip to content

Commit 870f68c

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ MaterialDef AdvancedPBRTerrain {
66
Texture2D SunLightExposureMap
77
Boolean UseVertexColorsAsSunIntensity //set true to make the vertex color's R channel how exposed a vertex is to the sun
88
Float StaticSunIntensity //used for setting the sun exposure value for a whole material
9-
//these are usually generated at run time or setup in a level editor per-geometry, so that models indooes can have the DirectionalLight dimmed accordingly.
9+
//these are usually generated at run time or setup in a level editor per-geometry, so that models indoors can have the DirectionalLight dimmed accordingly.
1010

11-
Boolean BrightenIndoorShadows //set true if shadows are enabled and indoor areas withour full sun exposure are too dark compared to when shadows are turned off in settings
11+
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

1313
Boolean FirstLayerAsTransparency
1414

0 commit comments

Comments
 (0)