Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 20, 2008, 11:51:33 PM (16 years ago)
Author:
FelixSchulthess
Message:

added full functionality for RadarObjects and two space tomatoes

File:
1 edited

Legend:

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

    r1315 r1339  
    283283      this->camNode_ = this->getNode()->createChildSceneNode(camName_);
    284284      COUT(4) << "position: (this)" << this->getNode()->getPosition() << std::endl;
    285       this->camNode_->setPosition(/*this->getNode()->getPosition() +*/ Vector3(-40,0,0));
     285      this->camNode_->setPosition(/*this->getNode()->getPosition() +*/ Vector3(-40,0,5));
    286286      COUT(4) << "position: (cam)" << this->camNode_->getPosition() << std::endl;
    287287/*
Note: See TracChangeset for help on using the changeset viewer.