Changeset 4555 in orxonox.OLD for orxonox/trunk/src/subprojects/particles
- Timestamp:
- Jun 8, 2005, 2:17:00 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/subprojects/particles/particle_fun.cc
r4554 r4555 52 52 system->setRadius(PINIT_START_RADIUS, PINIT_END_RADIUS ,0 ,0); 53 53 system->setLifeSpan(PINIT_LIFESPAN); 54 54 55 system->setConserve(PINIT_CONSERVE_FACTOR); 56 system->setMass(5,3,6); 55 57 56 58 // Creating a Test Particle Emitter
Note: See TracChangeset
for help on using the changeset viewer.