Reduce depth blur

This commit is contained in:
numzero 2025-01-03 19:53:16 +03:00
parent b69ebd80e9
commit 7671e04adc

View File

@ -123,8 +123,8 @@ impl Renderer {
},
viewport,
trace::Aperture {
radius: 0.001,
focal_distance: forward.length(),
radius: 0.0003,
focal_distance: std::f32::INFINITY,
glare_strength: 0.1,
glare_radius: 0.1,
},