From 0edbfabdb11b00f31c748a1f32d6d786d374819f Mon Sep 17 00:00:00 2001 From: Voyager Date: Sat, 1 Aug 2026 22:58:49 -0400 Subject: [PATCH] Refine world lighting balance --- world/environment/netfishing_environment.tres | 10 +++++----- world/test_world.tscn | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/world/environment/netfishing_environment.tres b/world/environment/netfishing_environment.tres index b56d4db..747d3ce 100644 --- a/world/environment/netfishing_environment.tres +++ b/world/environment/netfishing_environment.tres @@ -6,9 +6,9 @@ background_mode = 2 sky = ExtResource("1_sky") background_energy_multiplier = 0.85 -ambient_light_source = 3 -ambient_light_sky_contribution = 1.0 -ambient_light_energy = 0.96 +ambient_light_source = 2 +ambient_light_color = Color(0.82, 0.9, 0.92, 1) +ambient_light_energy = 1.08 reflected_light_source = 2 fog_enabled = true fog_mode = 1 @@ -20,6 +20,6 @@ fog_depth_curve = 1.6 fog_depth_begin = 42.0 fog_depth_end = 170.0 adjustment_enabled = true -adjustment_brightness = 0.95 -adjustment_contrast = 0.89 +adjustment_brightness = 0.98 +adjustment_contrast = 0.85 adjustment_saturation = 0.91 diff --git a/world/test_world.tscn b/world/test_world.tscn index b55dfd1..ef19355 100644 --- a/world/test_world.tscn +++ b/world/test_world.tscn @@ -24,8 +24,8 @@ environment = ExtResource("4_environment") [node name="Sun" type="DirectionalLight3D" parent="Environment"] rotation_degrees = Vector3(-54, -32, 0) -light_color = Color(1, 0.945098, 0.721569, 1) -light_energy = 0.62 +light_color = Color(0.88, 0.94, 0.96, 1) +light_energy = 0.1 shadow_enabled = false shadow_opacity = 0.58 shadow_blur = 2.0