From 9d733bf6f438d65fff3f2bda4564bfade230ba69 Mon Sep 17 00:00:00 2001 From: curt Date: Mon, 11 May 1998 18:18:51 +0000 Subject: [PATCH] Made fog color slightly bluish. --- Time/light.cxx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Time/light.cxx b/Time/light.cxx index 2be515dc9..585ebff21 100644 --- a/Time/light.cxx +++ b/Time/light.cxx @@ -102,7 +102,7 @@ void fgLightUpdate( void ) { /* base sky color */ GLfloat base_sky_color[4] = {0.60, 0.60, 0.90, 1.0}; /* base fog color */ - GLfloat base_fog_color[4] = {1.00, 1.00, 1.00, 1.0}; + GLfloat base_fog_color[4] = {0.90, 0.90, 1.00, 1.0}; double deg, ambient, diffuse, sky_brightness; l = &cur_light_params; @@ -158,6 +158,9 @@ void fgLightUpdate( void ) { // $Log$ +// Revision 1.6 1998/05/11 18:18:51 curt +// Made fog color slightly bluish. +// // Revision 1.5 1998/05/03 00:48:38 curt // polar.h -> polar3d.h // -- 2.39.2