Skip to content

Commit f25d69a

Browse files
authored
Update PBRLighting.j3md
1 parent 7c57779 commit f25d69a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,11 @@ MaterialDef PBR Lighting {
209209
USE_VERTEX_COLORS_AS_SUN_INTENSITY : UseVertexColorsAsSunIntensity
210210
STATIC_SUN_INTENSITY : StaticSunIntensity
211211
BRIGHTEN_INDOOR_SHADOWS : BrightenIndoorShadows
212-
DEBUG_VALUES_MODE : DebugValuesMode
212+
DEBUG_VALUES_MODE : DebugValuesMode
213+
USE_FOG : UseFog
214+
FOG_LINEAR : LinearFog
215+
FOG_EXP : ExpFog
216+
FOG_EXPSQ : ExpSqFog
213217
}
214218
}
215219

0 commit comments

Comments
 (0)