Changeset 1234 for code/branches/network3/src/orxonox
- Timestamp:
- May 5, 2008, 10:30:22 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/network3/src/orxonox/objects/SpaceShip.cc
r1232 r1234 306 306 this->camNode_ = this->getNode()->createChildSceneNode(camName_); 307 307 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)); 309 309 COUT(4) << "position: (cam)" << this->camNode_->getPosition() << std::endl; 310 310 /*
Note: See TracChangeset
for help on using the changeset viewer.