From: ehofman Date: Sat, 3 May 2003 12:52:50 +0000 (+0000) Subject: Updated sky colour, after comparing it to the colours on an sgi monitor. This must... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b520fd18accc3a58a5921cec8eb290cd190e680f;p=flightgear.git Updated sky colour, after comparing it to the colours on an sgi monitor. This must be *much* closer to the real colour --- diff --git a/src/Time/light.cxx b/src/Time/light.cxx index 085c3725e..3e103c252 100644 --- a/src/Time/light.cxx +++ b/src/Time/light.cxx @@ -108,7 +108,7 @@ void fgLIGHT::Update( void ) { #if defined (sgi) GLfloat base_sky_color[4] = { 0.20, 0.32, 0.50, 1.0 }; #else // PC - GLfloat base_sky_color[4] = { 0.17, 0.30, 0.485, 1.0 }; + GLfloat base_sky_color[4] = { 0.24, 0.29, 0.41, 1.0 }; #endif // base fog color GLfloat base_fog_color[4] = { 0.65, 0.62, 0.70, 1.0 };