Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4274 in orxonox.OLD for orxonox/branches/physics/src/story_entities


Ignore:
Timestamp:
May 22, 2005, 10:21:00 PM (19 years ago)
Author:
bensch
Message:

orxonox/branches/physics: particles emitting from plane and Cube.

File:
1 edited

Legend:

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

    r4223 r4274  
    499499  // Creating a Test Particle Emitter
    500500  ParticleEmitter* emitter = new ParticleEmitter(Vector(-1, 0, 0), M_PI_4, 400, .5);
     501  emitter->setType(EMITTER_CUBE);
     502  emitter->setSize(20);
    501503  emitter->setParent(this->localPlayer);
    502504  emitter->setRelCoor(Vector(0,-3,0));
Note: See TracChangeset for help on using the changeset viewer.