Auto Exposure for Bevy HDR
A Bevy plugin for auto exposure. Features:
- Setting min/max exposure values for the camera;
- Metering mask to give more weight to certain parts of the image;
- Smooth exposure transition, with speparate settings for brightening and darkening;
- Exposure compensation curves, for example to make dark scenes look actually dark.
Usage
Setting up auto exposure is easy:
use *;
use ;
Bevy Version Support
I intend to track the latest releases of Bevy.
bevy | bevy_mod_auto_exposure |
---|---|
0.13 | 0.2 |
0.12.1 | 0.1 |
Examples
cargo run --example auto_exposure
Licensing
This project is dual-licensed under either
at your option.