Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4434 in orxonox.OLD for orxonox/trunk/src/story_entities/world.cc


Ignore:
Timestamp:
Jun 1, 2005, 11:27:12 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: PerParticle-animations work as expected

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/story_entities/world.cc

    r4431 r4434  
    476476  system->setLifeSpan(.5);
    477477  system->setConserve(.8);
    478   system->setRadius(0.0, 1.0, .6);
    479   system->setRadius(.2, 3, .2);
     478  system->setRadius(0.0, 1.0, .8);
     479  system->setRadius(.2, 3, 2.0);
    480480  system->setRadius(1.0, 0.0, .0);
    481481  system->setMass (0.0, 1.0);
    482482
    483   system->setColor(0, .5,0,0,.5);
    484   system->setColor(.5, 1,1,0,1);
     483  system->setColor(0, .5,0,0,1);
     484  system->setColor(.5, 1,1,0,.01);
    485485  system->setColor(1.0, 0,0,0,0);
    486486
Note: See TracChangeset for help on using the changeset viewer.