atmosphere: volumetric light step count 16->24

This commit is contained in:
yuni 2024-11-29 20:19:20 +01:00
parent 7594223114
commit c245b3db18

View file

@ -155,7 +155,7 @@ pub fn setup_camera(
ambient_intensity: 0.0,
absorption: 0.1,
density: 0.01,
step_count: 16,
step_count: 24,
..default()
},
bevy::core_pipeline::fxaa::Fxaa {