Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6825 in orxonox.OLD for trunk/src/lib/particles/dot_emitter.h


Ignore:
Timestamp:
Jan 29, 2006, 1:07:01 PM (18 years ago)
Author:
bensch
Message:

trunk: new interface to ParticleEmitters

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/particles/dot_emitter.h

    r6823 r6825  
    1414  friend class ParticleSystem;
    1515public:
    16   DotEmitter(const Vector& direction, float angle = .5,
    17              float emissionRate = 1.0, float velocity = 1.0);
     16  DotEmitter(float emissionRate = 1.0, float velocity = 1.0, float angle = .5);
    1817  DotEmitter(const TiXmlElement* root);
    1918  virtual ~DotEmitter();
    2019
    21 
     20protected:
    2221  virtual void emitParticles(unsigned int count) const;
    2322
Note: See TracChangeset for help on using the changeset viewer.