Changeset 1629 for code/branches/input/src/asylum/orxonox/objects
- Timestamp:
- Jun 27, 2008, 8:07:29 AM (16 years ago)
- 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 42 42 #include "GraphicsEngine.h" 43 43 #include "core/InputManager.h" 44 #include " particle/ParticleInterface.h"44 #include "tools/ParticleInterface.h" 45 45 #include "weapon/AmmunitionDump.h" 46 46 #include "weapon/BarrelGun.h" … … 132 132 #if 0 133 133 w = new particle::ParticleInterface(GraphicsEngine::getSingleton().getSceneManager(),"schuss" + this->getName(),"Orxonox/schuss"); 134 w->getParticleSystem()->setParameter("local_space","true");135 134 w->newEmitter(); 136 135 /* … … 151 150 152 151 tt = new ParticleInterface(GraphicsEngine::getSingleton().getSceneManager(),"twinthruster" + this->getName(),"Orxonox/engineglow"); 153 tt->getParticleSystem()->setParameter("local_space","true");154 152 tt->newEmitter(); 155 153 /*
Note: See TracChangeset
for help on using the changeset viewer.