Changeset 10658 in orxonox.OLD for trunk/src/world_entities/particles/box_emitter.cc
- Timestamp:
- May 21, 2007, 1:48:08 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/particles/box_emitter.cc
r10114 r10658 112 112 Quaternion moment = Quaternion(this->momentum + this->momentumRandom, randDir); 113 113 114 this->getSystem()->addParticle(box, velocityV, orient, moment );114 this->getSystem()->addParticle(box, velocityV, orient, moment, extForce); 115 115 116 116 }
Note: See TracChangeset
for help on using the changeset viewer.