Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 1234


Ignore:
Timestamp:
May 5, 2008, 10:30:22 PM (16 years ago)
Author:
scheusso
Message:

solved a problem with the spaceship

Location:
code/branches/network3/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/network3/src/network/ConnectionManager.cc

    r1233 r1234  
    335335   
    336336    client->setShipID(no->objectID);
     337    no->getFocus();
    337338    return true;
    338339  }
  • code/branches/network3/src/orxonox/objects/SpaceShip.cc

    r1232 r1234  
    306306      this->camNode_ = this->getNode()->createChildSceneNode(camName_);
    307307      COUT(4) << "position: (this)" << this->getNode()->getPosition() << std::endl;
    308       this->camNode_->setPosition(this->getNode()->getPosition() + Vector3(-50,0,10));
     308      this->camNode_->setPosition(/*this->getNode()->getPosition() +*/ Vector3(-50,0,10));
    309309      COUT(4) << "position: (cam)" << this->camNode_->getPosition() << std::endl;
    310310/*
Note: See TracChangeset for help on using the changeset viewer.