Changeset 621 for code/branches/FICN/src/orxonox/objects
- Timestamp:
- Dec 18, 2007, 6:00:40 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/FICN/src/orxonox/objects/SpaceShip.cc
r614 r621 107 107 108 108 w = new particle::ParticleInterface(Orxonox::getSingleton()->getSceneManager(),"schuss" + this->getName(),"Orxonox/schuss"); 109 w-> particleSystem_->setParameter("local_space","true");109 w->getParticleSystem()->setParameter("local_space","true"); 110 110 w->newEmitter(); 111 111 /* … … 125 125 126 126 tt = new particle::ParticleInterface(Orxonox::getSingleton()->getSceneManager(),"twinthruster" + this->getName(),"Orxonox/engineglow"); 127 tt-> particleSystem_->setParameter("local_space","true");127 tt->getParticleSystem()->setParameter("local_space","true"); 128 128 tt->newEmitter(); 129 129 /*
Note: See TracChangeset
for help on using the changeset viewer.