Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 18, 2006, 2:56:01 PM (19 years ago)
Author:
hdavid
Message:

branches/atmospheric_engine: finished snow effect

File:
1 edited

Legend:

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

    r7652 r7683  
    3535       
    3636        this->fogMode = GL_LINEAR;
    37         this->fogDensity = 0.001f;
    38         this->fogStart = 10.0f;
    39         this->fogEnd = 1000.0f;
     37        this->fogDensity = 0.1f;
     38        this->fogStart = 0.0f;
     39        this->fogEnd = 5000.0f;
     40  this->colorVector = Vector(0.7, 0.7, 0.7);
    4041
    4142        if (root != NULL)
Note: See TracChangeset for help on using the changeset viewer.