Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8327 in orxonox.OLD


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

branches/atmospheric_engine: better default values

Location:
branches/atmospheric_engine/src/lib/graphics/effects
Files:
2 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;
  • branches/atmospheric_engine/src/lib/graphics/effects/rain_effect.cc

    r8267 r8327  
    105105        this->rainCoord = Vector(500, 500, 500);
    106106        this->rainSize = Vector2D(1000, 1000);
    107         this->rainRate = 3000;
     107        this->rainRate = 4000;
    108108        this->rainVelocity = -300;
    109109        this->rainLife = 4;
Note: See TracChangeset for help on using the changeset viewer.