bevy/crates/bevy_core_pipeline/src
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
..
blit resolve all internal ambiguities (#10411) 2024-01-09 19:08:15 +00:00
bloom Improve Bloom 3D lighting (#11981) 2024-03-08 08:11:18 +01:00
contrast_adaptive_sharpening Rename Core Render Graph Labels (#11882) 2024-02-15 23:15:16 +00:00
core_2d Rename Core Render Graph Labels (#11882) 2024-02-15 23:15:16 +00:00
core_3d Support optional clear color in ColorAttachment. (#11884) 2024-02-16 13:25:55 +00:00
deferred Multithreaded render command encoding (#9172) 2024-02-09 07:35:35 +00:00
fullscreen_vertex_shader Bevy Asset V2 (#8624) 2023-09-07 02:07:27 +00:00
fxaa Rename Core Render Graph Labels (#11882) 2024-02-15 23:15:16 +00:00
prepass Multithreaded render command encoding (#9172) 2024-02-09 07:35:35 +00:00
skybox Pad SkyUniforms to 16 bytes for WASM (#12078) 2024-02-27 17:17:54 +01:00
taa Rename Core Render Graph Labels (#11882) 2024-02-15 23:15:16 +00:00
tonemapping mipmap levels can be 0 and they should be interpreted as 1 (#11767) 2024-02-11 22:00:07 +00:00
upscaling Async pipeline compilation (#10812) 2024-02-05 13:50:50 +00:00
lib.rs Inverse missing_docs logic (#11676) 2024-02-03 21:40:55 +00:00
msaa_writeback.rs Rename Core Render Graph Labels (#11882) 2024-02-15 23:15:16 +00:00