Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 1275


Ignore:
Timestamp:
May 14, 2008, 10:18:08 PM (16 years ago)
Author:
FelixSchulthess
Message:

repositioned position of position lights

File:
1 edited

Legend:

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

    r1273 r1275  
    176176        this->greenBillboard_.setBillboardSet("Examples/Flare", ColourValue(0.0, 1.0, 0.0), 1);
    177177
    178         this->redNode_ = this->getNode()->createChildSceneNode(this->getName() + "red", Vector3(0.3, 4.7, -0.3));
     178        this->redNode_ = this->getNode()->createChildSceneNode(this->getName() + "red", Vector3(0.3, 4.0, -0.3));
    179179        this->redNode_->setInheritScale(false);
    180         this->greenNode_ = this->getNode()->createChildSceneNode(this->getName() + "green", Vector3(0.3, -4.7, -0.3));
     180        this->greenNode_ = this->getNode()->createChildSceneNode(this->getName() + "green", Vector3(0.3, -4.0, -0.3));
    181181        this->greenNode_->setInheritScale(false);
    182182
Note: See TracChangeset for help on using the changeset viewer.