Changeset 9686 in orxonox.OLD for branches/new_class_id/src/lib/particles/plane_emitter.h
- Timestamp:
- Aug 22, 2006, 2:36:54 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/lib/particles/plane_emitter.h
r6873 r9686 21 21 class PlaneEmitter : public ParticleEmitter 22 22 { 23 NewObjectListDeclaration(PlaneEmitter); 24 23 25 friend class ParticleSystem; 24 26 public: 25 27 PlaneEmitter(const Vector2D& size = PLANE_EMITTER_DEFAULT_SIZE, 26 float emissionRate = PARTICLE_EMITTER_DEFAULT_EMISSION_RATE,27 float velocity = PARTICLE_EMITTER_DEFAULT_VELOCITY,28 float angle = PARTICLE_EMITTER_DEFAULT_SPREAD);28 float emissionRate = PARTICLE_EMITTER_DEFAULT_EMISSION_RATE, 29 float velocity = PARTICLE_EMITTER_DEFAULT_VELOCITY, 30 float angle = PARTICLE_EMITTER_DEFAULT_SPREAD); 29 31 PlaneEmitter(const TiXmlElement* root); 30 32 virtual ~PlaneEmitter();
Note: See TracChangeset
for help on using the changeset viewer.