Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4639 in orxonox.OLD for orxonox/trunk/src/subprojects/particles


Ignore:
Timestamp:
Jun 16, 2005, 1:59:25 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: particleFun draws some Particles again

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/subprojects/particles/particle_fun.cc

    r4637 r4639  
    4949
    5050  // Creating a Test Particle System
     51
    5152  ParticleSystem* system = new ParticleSystem(100000, PINIT_PARTICLE_TYPE);
    5253  system->setRadius(0, PINIT_START_RADIUS, 0 );
     
    5556
    5657  system->setConserve(PINIT_CONSERVE_FACTOR);
    57   system->setMass(5,3,6);
     58  //system->setMass(5,3,6);
    5859
    5960  // Creating a Test Particle Emitter
Note: See TracChangeset for help on using the changeset viewer.