From 7de581bf8f31d8cb5f447c456a25771cbe258758 Mon Sep 17 00:00:00 2001 From: ehofman Date: Wed, 18 Feb 2004 14:33:50 +0000 Subject: [PATCH] Changes to tke sky dome coloring --- 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 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." ); -- 2.39.5