Changeset 4328 in orxonox.OLD for orxonox/branches/physics/src/lib
- Timestamp:
- May 27, 2005, 3:52:56 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/physics/src/lib/graphics/particles/particle_emitter.cc
r4314 r4328 160 160 161 161 // this should spread the Particles evenly. if the Emitter is moved around quickly 162 Vector equalSpread = this->getVelocity() * rand om()/RAND_MAX * dt;162 Vector equalSpread = this->getVelocity() * rand()/RAND_MAX * dt; 163 163 Vector extension; // the Vector for different fields. 164 164
Note: See TracChangeset
for help on using the changeset viewer.