Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Jun 18, 2005, 6:56:00 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: speeded up the QuickAnimation-getValue-function.

File:
1 edited

Legend:

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

    r4621 r4654  
    484484  system->setMass (0.0, 1.0);
    485485
    486   system->setColor(0, .5,0,0,1);
    487   system->setColor(.5, 1,1,0,.01);
    488   system->setColor(1.0, 0,0,0,0);
     486  system->setColor(0, .5, 0, 0, 1);
     487  system->setColor(.5, 1, 1, 0, .01);
     488  system->setColor(1.0, 0, 0, 0, 0);
    489489
    490490
Note: See TracChangeset for help on using the changeset viewer.