Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 12, 2006, 3:51:28 PM (18 years ago)
Author:
amaechler
Message:

branches/atmospheric_engine: better default values

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/atmospheric_engine/src/lib/graphics/effects/fog_effect.cc

    r8267 r8327  
    7676        this->localTimer = 0;
    7777       
    78         this->fogMode = GL_EXP2;
    79         this->fogDensity = 0.001;
     78        this->fogMode = GL_LINEAR;
     79        this->fogDensity = 0.05;
    8080        this->fogStart = 0;
    81         this->fogEnd = 5000;
    82         this->colorVector = Vector(0.7, 0.7, 0.7);
     81        this->fogEnd = 500;
     82        this->colorVector = Vector(0.3, 0.3, 0.3);
    8383
    8484        return 0;
Note: See TracChangeset for help on using the changeset viewer.