1
0
Fork 0

Update to more natural sky dome colours

This commit is contained in:
ehofman 2003-04-25 12:27:39 +00:00
parent f82cb8c643
commit 248835272d

View file

@ -105,9 +105,9 @@ void fgLIGHT::Update( void ) {
// if the 4th field is 0.0, this specifies a direction ... // if the 4th field is 0.0, this specifies a direction ...
GLfloat white[4] = { 1.0, 1.0, 1.0, 1.0 }; GLfloat white[4] = { 1.0, 1.0, 1.0, 1.0 };
// base sky color // base sky color
GLfloat base_sky_color[4] = { 0.60, 0.60, 0.90, 1.0 }; GLfloat base_sky_color[4] = { 0.20, 0.32, 0.50, 1.0 };
// base fog color // base fog color
GLfloat base_fog_color[4] = { 0.90, 0.90, 1.00, 1.0 }; GLfloat base_fog_color[4] = { 0.65, 0.62, 0.70, 1.0 };
double deg, ambient, diffuse, specular, sky_brightness; double deg, ambient, diffuse, specular, sky_brightness;
f = current_aircraft.fdm_state; f = current_aircraft.fdm_state;