Another attempt to get the right colour on PC hardware, this time tested with default monitor settings
This commit is contained in:
parent
11b48c1b54
commit
89bdf9657b
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ void fgLIGHT::Update( void ) {
|
||||||
#if defined (sgi)
|
#if defined (sgi)
|
||||||
GLfloat base_sky_color[4] = { 0.20, 0.32, 0.50, 1.0 };
|
GLfloat base_sky_color[4] = { 0.20, 0.32, 0.50, 1.0 };
|
||||||
#else // PC
|
#else // PC
|
||||||
GLfloat base_sky_color[4] = { 0.24, 0.36, 0.56, 1.0 };
|
GLfloat base_sky_color[4] = { 0.17, 0.30, 0.485, 1.0 };
|
||||||
#endif
|
#endif
|
||||||
// base fog color
|
// base fog color
|
||||||
GLfloat base_fog_color[4] = { 0.65, 0.62, 0.70, 1.0 };
|
GLfloat base_fog_color[4] = { 0.65, 0.62, 0.70, 1.0 };
|
||||||
|
|
Loading…
Add table
Reference in a new issue