Changeset 1401 for code/trunk/src/orxonox
- Timestamp:
- May 24, 2008, 12:25:35 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/objects/SpaceShip.cc
r1400 r1401 251 251 this->camNode_ = this->getNode()->createChildSceneNode(camName_); 252 252 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)); 254 254 // Quaternion q1 = Quaternion(Radian(Degree(90)),Vector3(0,-1,0)); 255 255 // Quaternion q2 = Quaternion(Radian(Degree(90)),Vector3(0,0,-1));
Note: See TracChangeset
for help on using the changeset viewer.