bevy/crates/bevy_core_pipeline
BD103 3c3241a803 Improve Bloom 3D lighting (#11981)
- With the recent lighting changes, the default configuration in the
`bloom_3d` example is less clear what bloom actually does
- See [this
screenshot](4fdb1455d5 (r1494648414))
for a comparison.
- `bloom_3d` additionally uses a for-loop to spawn the spheres, which
can be turned into `commands::spawn_batch` call.
- The text is black, which is difficult to see on the gray background.

- Increase emmisive values of materials.
- Set text to white.

Before:

<img width="1392" alt="before"
src="https://github.com/bevyengine/bevy/assets/59022059/757057ad-ed9f-4eed-b135-8e2032fcdeb5">

After:

<img width="1392" alt="image"
src="https://github.com/bevyengine/bevy/assets/59022059/3f9dc7a8-94b2-44b9-8ac3-deef1905221b">

---------

Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
2024-03-08 08:11:18 +01:00
..
src Improve Bloom 3D lighting (#11981) 2024-03-08 08:11:18 +01:00
Cargo.toml Fix dds feature dependencies in bevy_core_pipeline (#11962) 2024-02-27 17:11:42 +01:00