Changeset 4439 in orxonox.OLD for orxonox/trunk
- Timestamp:
- Jun 1, 2005, 8:38:13 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/particles/particle_emitter.cc
r4437 r4439 34 34 float velocity) 35 35 { 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); 36 42 } 37 43
Note: See TracChangeset
for help on using the changeset viewer.