Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 18, 2007, 6:00:40 PM (16 years ago)
Author:
nicolasc
Message:

don't access variables directly!!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/src/orxonox/objects/SpaceShip.cc

    r614 r621  
    107107
    108108        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");
    110110        w->newEmitter();
    111111/*
     
    125125
    126126        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");
    128128        tt->newEmitter();
    129129/*
Note: See TracChangeset for help on using the changeset viewer.