Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 16, 2005, 1:06:31 AM (19 years ago)
Author:
bensch
Message:

orxonox/branches/physics: color-space

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/physics/src/story_entities/world.cc

    r4192 r4193  
    496496  system->setLifeSpan(1);
    497497  system->setConserve(.8);
    498   system->setRadius(4, 0, 1, 0);
    499   system->setColor(1,0,0,1, 1,1,0,1, 0,0,0,0);
     498  system->setRadius(4, 3, 1, 2);
     499  system->setColor(.5,0,0,.5, 1,1,0,1, 0,0,0,0);
    500500
    501501  // Creating a Test Particle Emitter
Note: See TracChangeset for help on using the changeset viewer.