From 12943209f25236a06f0a1c3ddcb62c83f7172827 Mon Sep 17 00:00:00 2001 From: dusoleil Date: Thu, 22 Sep 2022 07:03:57 -0400 Subject: Modify the fog and blur to better hide the pop in --- default_env.tres | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'default_env.tres') diff --git a/default_env.tres b/default_env.tres index 40e3111..391c598 100644 --- a/default_env.tres +++ b/default_env.tres @@ -16,11 +16,12 @@ sun_energy = 1.75 background_mode = 2 background_sky = SubResource( 23 ) fog_enabled = true -fog_depth_begin = 400.0 -fog_depth_end = 0.0 +fog_depth_begin = 150.0 +fog_depth_end = 1000.0 +fog_depth_curve = 2.0 fog_transmit_enabled = true ssao_enabled = true dof_blur_far_enabled = true -dof_blur_far_distance = 400.0 -dof_blur_far_transition = 7.0 +dof_blur_far_distance = 150.0 +dof_blur_far_transition = 650.0 dof_blur_far_amount = 0.06 -- cgit v1.2.3