Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
May 26, 2005, 11:36:24 PM (19 years ago)
Author:
bensch
Message:

orxonox/branches/physics: nicer fog trailing our little ship

File:
1 edited

Legend:

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

    r4301 r4314  
    470470  // Creating a Test Particle Emitter
    471471  ParticleEmitter* emitter = new ParticleEmitter(Vector(-1, 0, 0), M_PI_4, 400, .5);
    472   emitter->setType(EMITTER_CUBE);
     472  emitter->setType(EMITTER_DOT);
    473473  emitter->setSize(20);
    474474  emitter->setParent(this->localPlayer);
Note: See TracChangeset for help on using the changeset viewer.