- Timestamp:
- Mar 14, 2005, 12:18:54 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/story_entities/world.cc
r3537 r3538 249 249 //localCamera->setParent(TrackNode::getInstance()); 250 250 this->localPlayer->addChild (this->localCamera); 251 Vector* cameraOffset = new Vector (0, 5, -10); 251 //Vector* cameraOffset = new Vector (0, 5, -10); 252 Vector* cameraOffset = new Vector (-10, 5, 0); 252 253 this->localCamera->setRelCoor (cameraOffset); 253 254 trackManager->condition(1, NEAREST, myPlayer);
Note: See TracChangeset
for help on using the changeset viewer.