Closed PythooonUser closed 2 years ago
Currently, fogStart and fogEnd default to 0 with the new LevelInfo object (introduced in https://github.com/Interrupt/delverengine/pull/272).
fogStart
fogEnd
0
LevelInfo
This causes lighting issues.
We should find good default values and apply them.
Currently,
fogStart
andfogEnd
default to0
with the newLevelInfo
object (introduced in https://github.com/Interrupt/delverengine/pull/272).This causes lighting issues.
We should find good default values and apply them.