bevy/crates/bevy_core_pipeline
JMS55 c8deedb0e1
Change default tonemapping method (#8685)
Change the default tonemapping method from ReinhardLuminance to
TonyMcMapface, which generally looks nicer and works out of the box with
bloom.

---

## Changelog

- TonyMcMapface is now the default tonemapper, instead of
ReinhardLuminance.

## Migration Guide

- The default tonemapper has been changed from ReinhardLuminance to
TonyMcMapface. Explicitly set ReinhardLuminance on your cameras to get
back the previous look.
2023-05-29 15:36:21 +00:00
..
src Change default tonemapping method (#8685) 2023-05-29 15:36:21 +00:00
Cargo.toml Temporal Antialiasing (TAA) (#7291) 2023-03-27 22:22:40 +00:00