From 2c10f3c8788ae3c4887321a08cd0b78ac807eb5c Mon Sep 17 00:00:00 2001 From: ehofman Date: Mon, 12 May 2003 09:31:55 +0000 Subject: [PATCH] Update the red and green fog colors for better matching cloud edges --- src/Time/light.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Time/light.cxx b/src/Time/light.cxx index 3b57dce69..ba1bfd294 100644 --- a/src/Time/light.cxx +++ b/src/Time/light.cxx @@ -111,7 +111,7 @@ void fgLIGHT::Update( void ) { GLfloat base_sky_color[4] = { 0.336, 0.406, 0.574, 1.0 }; #endif // base fog color - GLfloat base_fog_color[4] = { 0.90, 0.90, 1.00, 1.0 }; + GLfloat base_fog_color[4] = { 0.80, 0.83, 1.0, 1.0 }; double deg, ambient, diffuse, specular, sky_brightness; f = current_aircraft.fdm_state;