Changeset 4434 in orxonox.OLD for orxonox/trunk/src/story_entities
- Timestamp:
- Jun 1, 2005, 11:27:12 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/story_entities/world.cc
r4431 r4434 476 476 system->setLifeSpan(.5); 477 477 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); 480 480 system->setRadius(1.0, 0.0, .0); 481 481 system->setMass (0.0, 1.0); 482 482 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); 485 485 system->setColor(1.0, 0,0,0,0); 486 486
Note: See TracChangeset
for help on using the changeset viewer.