Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4430 in orxonox.OLD for orxonox/trunk/src/story_entities


Ignore:
Timestamp:
Jun 1, 2005, 10:19:38 AM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: mass and radius are animateable

File:
1 edited

Legend:

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

    r4423 r4430  
    476476  system->setLifeSpan(1);
    477477  system->setConserve(.8);
    478   system->setRadius(4, 3, 1, 2);
     478  system->setRadius(0.0, 1.0, .6);
     479  system->setRadius(1.0, 0.0, .0);
     480
    479481  system->setColor(.5,0,0,.5, 1,1,0,1, 0,0,0,0);
    480482
Note: See TracChangeset for help on using the changeset viewer.