Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Jan 29, 2006, 2:20:46 AM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: BoxEmitter

File:
1 edited

Legend:

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

    r6822 r6823  
    88
    99#include "particle_emitter.h"
    10 
    11 // Default values
    12 #define DOT_EMITTER_DEFAULT_SIZE              1.0
    1310
    1411//! A class to handle an Emitter.
     
    2320
    2421
    25   /* controlling the emitter: interface */
    26   void tick(float dt);
    27 
    2822  virtual void emitParticles(unsigned int count) const;
    2923
    3024private:
    3125  void init();
    32 
    33 private:
    34   Vector          emitterSize;       //!< The size of the emitter (not for EMITTER_DOT).
    35 
    3626};
    3727
Note: See TracChangeset for help on using the changeset viewer.