mirror of
https://github.com/bevyengine/bevy.git
synced 2026-07-01 00:05:45 -04:00
b2b7b452c3
# Objective `PbrNeutral` is poorly named as it implies it's a good default neutral tonemapper when it really isn't. The docs also don't really describe how it looks visually unlike the doc comments on the other tonemappers. ## Solution Rename `PbrNeutral` to `KhronosPbrNeutral` to make it more clear that it's specifically the Khronos Pbr Neutral tonemapper and not a generic neutral pbr tonemapper, and improve the docs to better describe it and essentially recommend against it.