Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 10, 2006, 5:03:37 PM (18 years ago)
Author:
hdavid
Message:

branches/atmospheric_engine: basic snow

File:
1 edited

Legend:

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

    r7573 r7576  
    1414
    1515class SpriteParticles;
     16class PlaneEmitter;
    1617
    1718class SnowEffect : public WeatherEffect
     
    3031    virtual void draw() const;
    3132    virtual void tick(float dt);
     33   
     34    void activateSnow();
    3235
    3336//     inline void setSnowMode(const std::string& mode) { this->snowMode = this->stringToSnowMode(mode); }
     
    4346    static SpriteParticles* snowParticles;
    4447   
    45     ParticleEmitter*          emitter;
     48    PlaneEmitter*          emitter;
    4649};
    4750
Note: See TracChangeset for help on using the changeset viewer.