Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4439 in orxonox.OLD


Ignore:
Timestamp:
Jun 1, 2005, 8:38:13 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: again the particle-emitter is visile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/particles/particle_emitter.cc

    r4437 r4439  
    3434                  float velocity)
    3535{
     36  this->type = EMITTER_DOT;
     37  this->emitterSize = 1.0;
     38  this->direction = direction;
     39  this->setSpread(angle);
     40  this->setEmissionRate(emissionRate);
     41  this->setEmissionVelocity(velocity);
    3642}
    3743
Note: See TracChangeset for help on using the changeset viewer.