Changeset 1339 for code/branches/hud3/src/orxonox/objects
- Timestamp:
- May 20, 2008, 11:51:33 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/hud3/src/orxonox/objects/SpaceShip.cc
r1315 r1339 283 283 this->camNode_ = this->getNode()->createChildSceneNode(camName_); 284 284 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)); 286 286 COUT(4) << "position: (cam)" << this->camNode_->getPosition() << std::endl; 287 287 /*
Note: See TracChangeset
for help on using the changeset viewer.