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_engine.h

    r3931 r3932  
    2828
    2929  void tick(float dt);
     30  void draw(void);
    3031
    3132  void addSystem(ParticleSystem* system);
    3233  void addEmitter(ParticleEmitter* emitter);
    33   void addConection(ParticleEmitter* emitter, ParticleSystem* system);
     34  void addConnection(ParticleEmitter* emitter, ParticleSystem* system);
    3435
    3536  bool removeSystem(ParticleSystem* system);
Note: See TracChangeset for help on using the changeset viewer.