Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 27, 2008, 8:07:29 AM (16 years ago)
Author:
rgrieder
Message:

updated input branch

Location:
code/branches/input/src/asylum/orxonox/objects
Files:
1 edited
13 copied

Legend:

Unmodified
Added
Removed
  • code/branches/input/src/asylum/orxonox/objects/Fighter.cc

    r1505 r1629  
    4242#include "GraphicsEngine.h"
    4343#include "core/InputManager.h"
    44 #include "particle/ParticleInterface.h"
     44#include "tools/ParticleInterface.h"
    4545#include "weapon/AmmunitionDump.h"
    4646#include "weapon/BarrelGun.h"
     
    132132#if 0
    133133        w = new particle::ParticleInterface(GraphicsEngine::getSingleton().getSceneManager(),"schuss" + this->getName(),"Orxonox/schuss");
    134         w->getParticleSystem()->setParameter("local_space","true");
    135134        w->newEmitter();
    136135/*
     
    151150
    152151        tt = new ParticleInterface(GraphicsEngine::getSingleton().getSceneManager(),"twinthruster" + this->getName(),"Orxonox/engineglow");
    153         tt->getParticleSystem()->setParameter("local_space","true");
    154152        tt->newEmitter();
    155153/*
Note: See TracChangeset for help on using the changeset viewer.