From b1b8cb8eb4dca0ed2199969063fb1f6c7260151d Mon Sep 17 00:00:00 2001 From: "Pedro J. Garcia" Date: Fri, 7 Jun 2024 17:11:25 -0300 Subject: [PATCH] Reduce AtmosphereExtinctionThreshold value --- src/celengine/atmosphere.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/celengine/atmosphere.h b/src/celengine/atmosphere.h index 43d7ebd1bb..dcfa3b8063 100644 --- a/src/celengine/atmosphere.h +++ b/src/celengine/atmosphere.h @@ -65,4 +65,4 @@ class Atmosphere // to render. The radius of the sphere is the height at which the // density of the atmosphere falls to the extinction threshold, i.e. // -H * ln(extinctionThreshold) -constexpr inline float AtmosphereExtinctionThreshold = 0.05f; +constexpr inline float AtmosphereExtinctionThreshold = 0.0001f;