From: ehofman Date: Wed, 18 Feb 2004 14:33:50 +0000 (+0000) Subject: Changes to tke sky dome coloring X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7de581bf8f31d8cb5f447c456a25771cbe258758;p=flightgear.git Changes to tke sky dome coloring --- diff --git a/src/Time/light.cxx b/src/Time/light.cxx index 72cc06fdd..045e214b7 100644 --- a/src/Time/light.cxx +++ b/src/Time/light.cxx @@ -164,7 +164,7 @@ void FGLight::update( double dt ) { void FGLight::update_sky_color () { // if the 4th field is 0.0, this specifies a direction ... const GLfloat white[4] = { 1.0, 1.0, 1.0, 1.0 }; - const GLfloat base_sky_color[4] = { 0.39, 0.50, 0.74, 1.0 }; + const GLfloat base_sky_color[4] = { 0.31, 0.43, 0.69, 1.0 }; const GLfloat base_fog_color[4] = { 0.84, 0.87, 1.0, 1.0 }; SG_LOG( SG_EVENT, SG_INFO, "Updating light parameters." );