Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 3, 2008, 1:59:46 PM (16 years ago)
Author:
FelixSchulthess
Message:

changed level file so → trunk runnable

File:
1 edited

Legend:

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

    r871 r976  
    141141        this->tt_->getParticleSystem()->setParameter("local_space","true");
    142142        this->tt_->newEmitter();
     143        this->tt_->newEmitter();
     144
    143145/*
    144146        this->tt_->setDirection(Vector3(0,0,1));
     
    147149*/
    148150        this->tt_->setDirection(Vector3(-1,0,0));
    149         this->tt_->setPositionOfEmitter(0, Vector3(-15,20,-1));
    150         this->tt_->setPositionOfEmitter(1, Vector3(-15,-20,-1));
     151        this->tt_->setPositionOfEmitter(0, Vector3(-35,31,-3));
     152        this->tt_->setPositionOfEmitter(1, Vector3(-35,-31,-3));
     153        this->tt_->setPositionOfEmitter(2, Vector3(-48,0,20));
    151154        this->tt_->setVelocity(50);
    152155
     
    162165        this->greenBillboard_.setBillboardSet("Examples/Flare", ColourValue(0.0, 1.0, 0.0), 1);
    163166
    164         this->redNode_ = this->getNode()->createChildSceneNode(this->getName() + "red", Vector3(0.3, 4.7, -0.3));
     167        this->redNode_ = this->getNode()->createChildSceneNode(this->getName() + "red", Vector3(-0.9, 3.3, -0.4));
    165168        this->redNode_->setInheritScale(false);
    166         this->greenNode_ = this->getNode()->createChildSceneNode(this->getName() + "green", Vector3(0.3, -4.7, -0.3));
     169        this->greenNode_ = this->getNode()->createChildSceneNode(this->getName() + "green", Vector3(-0.9, -3.3, -0.4));
    167170        this->greenNode_->setInheritScale(false);
    168171
Note: See TracChangeset for help on using the changeset viewer.