]> git.mxchange.org Git - flightgear.git/commitdiff
Update the red and green fog colors for better matching cloud edges
authorehofman <ehofman>
Mon, 12 May 2003 09:31:55 +0000 (09:31 +0000)
committerehofman <ehofman>
Mon, 12 May 2003 09:31:55 +0000 (09:31 +0000)
src/Time/light.cxx

index 3b57dce69417bfd579f024f0e5d3461d0486e972..ba1bfd294d61b8d753ebd81e304ab15bae8e370f 100644 (file)
@@ -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;