Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 16, 2006, 11:41:25 AM (18 years ago)
Author:
amaechler
Message:

branches/atmospheric_engine: Basic RainEffect working

File:
1 edited

Legend:

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

    r7576 r7628  
    4141
    4242  this->init();
    43  
     43
    4444  this->activate();
    4545}
     
    7373bool SnowEffect::activate()
    7474{
    75   PRINTF(0)("Activating Snow Effect\n");
     75  PRINTF(0)("Activating SnowEffect\n");
    7676 
    7777  SnowEffect::snowParticles = new SpriteParticles(10000);
     
    101101bool SnowEffect::deactivate()
    102102{
    103   PRINTF(0)("Deactivating Snow Effect\n");
     103  PRINTF(0)("Deactivating SnowEffect\n");
    104104 
    105105  this->emitter->setSystem(NULL);
Note: See TracChangeset for help on using the changeset viewer.