From 38cd172e82530ac0df6582451eb0704dcbbfad6e Mon Sep 17 00:00:00 2001 From: ehofman Date: Sat, 23 Jan 2010 10:31:26 +0000 Subject: [PATCH] slightly tweak the ambient color a bit. --- 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 cb5469a7f..1f24bef4e 100644 --- a/src/Time/light.cxx +++ b/src/Time/light.cxx @@ -208,7 +208,7 @@ 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.31, 0.43, 0.69, 1.0 }; - const GLfloat base_fog_color[4] = { 0.60, 0.70, 0.9, 1.0 }; + const GLfloat base_fog_color[4] = { 0.63, 0.72, 0.88, 1.0 }; SG_LOG( SG_EVENT, SG_DEBUG, "Updating light parameters." ); -- 2.39.5