diff options
author | dusoleil <howcansocksbereal@gmail.com> | 2022-09-22 07:03:57 -0400 |
---|---|---|
committer | dusoleil <howcansocksbereal@gmail.com> | 2022-09-22 07:03:57 -0400 |
commit | 12943209f25236a06f0a1c3ddcb62c83f7172827 (patch) | |
tree | 678eab684f5e73134ef2fd1e2e946d59088a81ca /default_env.tres | |
parent | 62f864004c6cfcbdb919e5e27a6ddaaaa8c4acc9 (diff) | |
download | godot_wildjam_49-12943209f25236a06f0a1c3ddcb62c83f7172827.tar.gz godot_wildjam_49-12943209f25236a06f0a1c3ddcb62c83f7172827.zip |
Modify the fog and blur to better hide the pop in
Diffstat (limited to 'default_env.tres')
-rw-r--r-- | default_env.tres | 9 |
1 files changed, 5 insertions, 4 deletions
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 |