Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 15, 2006, 3:59:09 PM (18 years ago)
Author:
stefalie
Message:

water: fog :-(

File:
1 edited

Legend:

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

    r8362 r8473  
    7171        this->localTimer = 0;
    7272
    73         this->fogMode = GL_EXP2;
     73        this->fogMode = GL_LINEAR;
    7474        this->fogDensity = 0.001;
    7575        this->fogStart = 0;
    76         this->fogEnd = 5000;
    77         this->colorVector = Vector(0.7, 0.7, 0.7);
     76        this->fogEnd = 1000;
     77        this->colorVector = Vector(0.0f, 0.0f, 0.7f);
    7878
    7979        return true;
Note: See TracChangeset for help on using the changeset viewer.