commit d1298cadb9561045a5c621fc3f65be7adfb8e799
parent 2c9e570537672a968eb2140e2ad9768d1104c6af
Author: Yoann <yoann.b87@voila.fr>
Date: Fri, 13 Jan 2012 19:07:22 +0100
Petits ajustements ciel et brouillard.
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/view.cpp b/view.cpp
@@ -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();
}
diff --git a/view.hh b/view.hh
@@ -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];