Changeset 4174 in orxonox.OLD for orxonox/branches/particleEngine/src/story_entities
- Timestamp:
- May 13, 2005, 9:10:07 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/particleEngine/src/story_entities/world.cc
r4173 r4174 495 495 ParticleSystem* system = new ParticleSystem(1000, PARTICLE_SPARK); 496 496 system->setLifeSpan(.5); 497 system->setConserve(.99); 497 498 system->setRadius(2, 0, 2, 0); 498 499
Note: See TracChangeset
for help on using the changeset viewer.