We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c57779 commit f25d69aCopy full SHA for f25d69a
jme3-core/src/main/resources/Common/MatDefs/Light/PBRLighting.j3md
@@ -209,7 +209,11 @@ MaterialDef PBR Lighting {
209
USE_VERTEX_COLORS_AS_SUN_INTENSITY : UseVertexColorsAsSunIntensity
210
STATIC_SUN_INTENSITY : StaticSunIntensity
211
BRIGHTEN_INDOOR_SHADOWS : BrightenIndoorShadows
212
- DEBUG_VALUES_MODE : DebugValuesMode
+ DEBUG_VALUES_MODE : DebugValuesMode
213
+ USE_FOG : UseFog
214
+ FOG_LINEAR : LinearFog
215
+ FOG_EXP : ExpFog
216
+ FOG_EXPSQ : ExpSqFog
217
}
218
219
0 commit comments