Changeset 4274 in orxonox.OLD for orxonox/branches/physics/src/story_entities
- Timestamp:
- May 22, 2005, 10:21:00 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/physics/src/story_entities/world.cc
r4223 r4274 499 499 // Creating a Test Particle Emitter 500 500 ParticleEmitter* emitter = new ParticleEmitter(Vector(-1, 0, 0), M_PI_4, 400, .5); 501 emitter->setType(EMITTER_CUBE); 502 emitter->setSize(20); 501 503 emitter->setParent(this->localPlayer); 502 504 emitter->setRelCoor(Vector(0,-3,0));
Note: See TracChangeset
for help on using the changeset viewer.