Changeset 4193 in orxonox.OLD for orxonox/branches/physics/src/story_entities
- Timestamp:
- May 16, 2005, 1:06:31 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/physics/src/story_entities/world.cc
r4192 r4193 496 496 system->setLifeSpan(1); 497 497 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); 500 500 501 501 // Creating a Test Particle Emitter
Note: See TracChangeset
for help on using the changeset viewer.