Petits ajustements ciel et brouillard.

This commit is contained in:
Yoann 2012-01-13 19:07:22 +01:00
parent 2c9e570537
commit d1298cadb9
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ View::View(Chose* _root)
fogColor[1] = 0.5;
fogColor[2] = 0.5;
fogColor[3] = 1.0;
density = 0.000015;
density = 0.00001;
initWindow();
mainLoop();
}

View File

@ -38,7 +38,7 @@ private :
public :
Camera camera;
static const int frontFrustum = 1;
static const int backFrustum = 140000; // 1km
static const int backFrustum = 160000; // 1km
private:
Lod lod;
GLfloat fogColor[4];