Changeset 4639 in orxonox.OLD for orxonox/trunk/src/subprojects/particles
- Timestamp:
- Jun 16, 2005, 1:59:25 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/subprojects/particles/particle_fun.cc
r4637 r4639 49 49 50 50 // Creating a Test Particle System 51 51 52 ParticleSystem* system = new ParticleSystem(100000, PINIT_PARTICLE_TYPE); 52 53 system->setRadius(0, PINIT_START_RADIUS, 0 ); … … 55 56 56 57 system->setConserve(PINIT_CONSERVE_FACTOR); 57 system->setMass(5,3,6);58 //system->setMass(5,3,6); 58 59 59 60 // Creating a Test Particle Emitter
Note: See TracChangeset
for help on using the changeset viewer.