Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 1401


Ignore:
Timestamp:
May 24, 2008, 12:25:35 AM (16 years ago)
Author:
FelixSchulthess
Message:

better this way

File:
1 edited

Legend:

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

    r1400 r1401  
    251251      this->camNode_ = this->getNode()->createChildSceneNode(camName_);
    252252      COUT(4) << "position: (this)" << this->getNode()->getPosition() << std::endl;
    253       this->camNode_->setPosition(Vector3(0,0,0));//-50,0,10));
     253      this->camNode_->setPosition(Vector3(-50,0,10));
    254254//      Quaternion q1 = Quaternion(Radian(Degree(90)),Vector3(0,-1,0));
    255255//      Quaternion q2 = Quaternion(Radian(Degree(90)),Vector3(0,0,-1));
Note: See TracChangeset for help on using the changeset viewer.