mirror of
https://github.com/bevyengine/bevy
synced 2025-03-07 08:47:24 +00:00
# Objective - In particularly dark scenes, auto-exposure would lead to an unexpected darkening of the view. - Fixes #13446. ## Solution The average luminance should default to something else than 0.0 instead, when there are no samples. We set it to `settings.min_log_lum`. ## Testing I was able to reproduce the problem on the `auto_exposure` example by setting the point light intensity to 2000 and looking into the right-hand corner. There was a sudden darkening. Now, the discontinuity is gone. --------- Co-authored-by: Alice Cecile <alice.i.cecil@gmail.com> Co-authored-by: Bram Buurlage <brambuurlage@gmail.com> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |