From 3512cff1715f7d7e10436cc44c956fa553e2792c Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Sun, 18 Dec 2022 15:22:46 +0100 Subject: [PATCH] Improve fog configuration (#149) --- level/geometry/environment.tres | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/level/geometry/environment.tres b/level/geometry/environment.tres index ac11823..5ed76fb 100644 --- a/level/geometry/environment.tres +++ b/level/geometry/environment.tres @@ -7,11 +7,12 @@ ambient_light_sky_contribution = 0.0 fog_enabled = true fog_color = Color( 0.403922, 0.25098, 0.105882, 1 ) fog_depth_begin = 3.0 -fog_depth_end = 0.0 +fog_depth_end = 400.0 fog_depth_curve = 1.27456 fog_transmit_curve = 1.03526 fog_height_enabled = true -fog_height_max = -200.0 +fog_height_min = -6.0 +fog_height_max = -170.0 fog_height_curve = 0.812252 tonemap_mode = 4 tonemap_exposure = 3.0