Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 23, 2005, 12:42:09 AM (19 years ago)
Author:
bensch
Message:

orxonox/branches/particleEngine: the first particles are being drawn :)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/particleEngine/src/lib/graphics/particles/particle_emitter.h

    r3931 r3932  
    2929  void start();
    3030  void stop();
     31  void tick(float dt, ParticleSystem* system);
    3132
    3233  /* controlling the behavour: these can be used as Animation interfaces */
     
    4142  float emissionRate;   //!< amount of particles per seconds emitted by emiter
    4243  float velocity;       //!< the contant speed a particle gets if been emitted
     44
     45  float saveTime;       //!< The time that was missing by the last Tick (otherwise there would be no emission when framefate is too big).
    4346};
    4447
Note: See TracChangeset for help on using the changeset viewer.