Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 15, 2006, 3:18:34 PM (18 years ago)
Author:
amaechler
Message:

atmospheric: fog - weird fade problems, not solved

File:
1 edited

Legend:

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

    r8457 r8471  
    6767    }
    6868
    69     if(rainActivate)
     69    if(rainActivate) {
    7070        this->activate();
     71        RainEffect::rainParticles->precache((int)this->rainLife);
     72    }
    7173}
    7274
     
    153155    this->emitter->setSpread(this->rainWindForce / 50, 0.2);
    154156
    155     RainEffect::rainParticles->precache((int)this->rainLife);
    156 
    157157    this->soundSource.loop(this->rainBuffer, this->soundRainVolume);
    158158    if (this->rainWindForce != 0)
Note: See TracChangeset for help on using the changeset viewer.