bevy/examples/3d
Griffin 912fb58869 Initial tonemapping options (#7594)
# Objective

Splits tone mapping from https://github.com/bevyengine/bevy/pull/6677 into a separate PR.
Address https://github.com/bevyengine/bevy/issues/2264.
Adds tone mapping options:
- None: Bypasses tonemapping for instances where users want colors output to match those set.
- Reinhard
- Reinhard Luminance: Bevy's exiting tonemapping
- [ACES](https://github.com/TheRealMJP/BakingLab/blob/master/BakingLab/ACES.hlsl) (Fitted version, based on the same implementation that Godot 4 uses) see https://github.com/bevyengine/bevy/issues/2264
- [AgX](https://github.com/sobotka/AgX)
- SomewhatBoringDisplayTransform
- TonyMcMapface
- Blender Filmic

This PR also adds support for EXR images so they can be used to compare tonemapping options with reference images.

## Migration Guide
- Tonemapping is now an enum with NONE and the various tonemappers.
- The DebandDither is now a separate component.




Co-authored-by: JMS55 <47158642+JMS55@users.noreply.github.com>
2023-02-19 20:38:13 +00:00
..
3d_scene.rs added subdivisions to shape::Plane (#7546) 2023-02-13 18:20:20 +00:00
3d_shapes.rs added subdivisions to shape::Plane (#7546) 2023-02-13 18:20:20 +00:00
atmospheric_fog.rs Better cascades config defaults + builder, tweak example configs (#7456) 2023-02-05 08:06:32 +00:00
blend_modes.rs added subdivisions to shape::Plane (#7546) 2023-02-13 18:20:20 +00:00
bloom.rs Base Sets (#7466) 2023-02-06 03:10:08 +00:00
fog.rs Add Distance and Atmospheric Fog support (#6412) 2023-01-29 15:28:56 +00:00
fxaa.rs added subdivisions to shape::Plane (#7546) 2023-02-13 18:20:20 +00:00
lighting.rs added subdivisions to shape::Plane (#7546) 2023-02-13 18:20:20 +00:00
lines.rs Allow passing glam vector types as vertex attributes (#6442) 2022-11-04 03:45:17 +00:00
load_gltf.rs Make ktx2 and zstd default features (#7696) 2023-02-17 01:00:07 +00:00
msaa.rs Include 2x/8x sample counts for Msaa (#7684) 2023-02-17 06:04:01 +00:00
orthographic.rs added subdivisions to shape::Plane (#7546) 2023-02-13 18:20:20 +00:00
parenting.rs Base Sets (#7466) 2023-02-06 03:10:08 +00:00
pbr.rs EnvironmentMapLight, BRDF Improvements (#7051) 2023-02-09 16:46:32 +00:00
render_to_texture.rs Base Sets (#7466) 2023-02-06 03:10:08 +00:00
shadow_biases.rs added subdivisions to shape::Plane (#7546) 2023-02-13 18:20:20 +00:00
shadow_caster_receiver.rs added subdivisions to shape::Plane (#7546) 2023-02-13 18:20:20 +00:00
skybox.rs Make AsBindGroup unsized (#6937) 2022-12-16 01:40:15 +00:00
spherical_area_lights.rs added subdivisions to shape::Plane (#7546) 2023-02-13 18:20:20 +00:00
split_screen.rs added subdivisions to shape::Plane (#7546) 2023-02-13 18:20:20 +00:00
spotlight.rs added subdivisions to shape::Plane (#7546) 2023-02-13 18:20:20 +00:00
texture.rs Spawn now takes a Bundle (#6054) 2022-09-23 19:55:54 +00:00
tonemapping.rs Initial tonemapping options (#7594) 2023-02-19 20:38:13 +00:00
transparency_3d.rs added subdivisions to shape::Plane (#7546) 2023-02-13 18:20:20 +00:00
two_passes.rs added subdivisions to shape::Plane (#7546) 2023-02-13 18:20:20 +00:00
update_gltf_scene.rs Base Sets (#7466) 2023-02-06 03:10:08 +00:00
vertex_colors.rs added subdivisions to shape::Plane (#7546) 2023-02-13 18:20:20 +00:00
wireframe.rs added subdivisions to shape::Plane (#7546) 2023-02-13 18:20:20 +00:00