Changeset 3334 for code/trunk/src/orxonox/overlays/map
- Timestamp:
- Jul 22, 2009, 4:05:08 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/overlays/map/Map.cc
r3325 r3334 333 333 this->Cam_->setPosition(0, 0, DISTANCE); 334 334 this->Cam_->pitch( static_cast<Degree>(PITCH) ); 335 this->Cam_->lookAt( Vector3(0,0,0));335 this->Cam_->lookAt(this->playerShipNode_->getPosition()); 336 336 //this->Cam_->setAutoTracking(true, this->playerShipNode_); 337 337 }
Note: See TracChangeset
for help on using the changeset viewer.