bevy/crates/bevy_core_pipeline/src
Aevyrie 13deb3ed76
Anamorphic Bloom (#17096)
https://github.com/user-attachments/assets/e2de3d20-4246-4eba-a0a7-8469a468dddb

The _JJ Abrahams_


https://github.com/user-attachments/assets/2dce3df9-665b-46ff-b687-e7cb54364f30

The _Cyberfunk 2025_

<img width="1392" alt="image"
src="https://github.com/user-attachments/assets/0179df38-ea2e-4f34-bbd3-d3240f0d0a4f"
/>

# Objective

- Add the ability to scale bloom for artistic control, and to mimic
anamorphic blurs.

## Solution

- Add a scale factor in bloom settings, and plumb this to the shader.

## Testing

- Added runtime-tweak-able setting to the `bloom_3d`/`bloom_2d ` example

---

## Showcase


![image](https://github.com/user-attachments/assets/bb44dae4-52bb-4981-a77f-aaa1ec83f5d6)

- Added `scale` parameter to `Bloom` to improve artistic control and
enable anamorphic bloom.
2025-01-06 18:43:21 +00:00
..
auto_exposure Remove all deprecated code (#16338) 2025-01-05 20:33:39 +00:00
blit Expose Pipeline Compilation Zero Initialize Workgroup Memory Option (#16301) 2024-11-08 21:42:37 +00:00
bloom Anamorphic Bloom (#17096) 2025-01-06 18:43:21 +00:00
contrast_adaptive_sharpening Remove all deprecated code (#16338) 2025-01-05 20:33:39 +00:00
core_2d Introduce two-level bins for multidrawable meshes. (#16898) 2025-01-06 18:34:40 +00:00
core_3d Introduce two-level bins for multidrawable meshes. (#16898) 2025-01-06 18:34:40 +00:00
deferred Introduce two-level bins for multidrawable meshes. (#16898) 2025-01-06 18:34:40 +00:00
dof Remove tracing re-export from bevy_utils (#17161) 2025-01-05 23:06:34 +00:00
fullscreen_vertex_shader Bevy Asset V2 (#8624) 2023-09-07 02:07:27 +00:00
fxaa Don't reëxport bevy_image from bevy_render (#16163) 2024-11-10 06:54:38 +00:00
motion_blur Remove all deprecated code (#16338) 2025-01-05 20:33:39 +00:00
oit Remove tracing re-export from bevy_utils (#17161) 2025-01-05 23:06:34 +00:00
post_process Fix Docs // incorrect default value for ChromaticAberration intensity (#16994) 2024-12-29 19:32:44 +00:00
prepass Introduce two-level bins for multidrawable meshes. (#16898) 2025-01-06 18:34:40 +00:00
skybox Don't reëxport bevy_image from bevy_render (#16163) 2024-11-10 06:54:38 +00:00
smaa Remove all deprecated code (#16338) 2025-01-05 20:33:39 +00:00
taa Remove tracing re-export from bevy_utils (#17161) 2025-01-05 23:06:34 +00:00
tonemapping Remove tracing re-export from bevy_utils (#17161) 2025-01-05 23:06:34 +00:00
upscaling Update hashbrown to 0.15 (#15801) 2024-12-10 19:45:50 +00:00
lib.rs Remove all deprecated code (#16338) 2025-01-05 20:33:39 +00:00
msaa_writeback.rs Simpler lint fixes: makes ci lints work but disables a lint for now (#15376) 2024-09-24 11:42:59 +00:00