Changeset 4608 in orxonox.OLD for orxonox/trunk/src/story_entities
- Timestamp:
- Jun 12, 2005, 7:57:33 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/story_entities/world.cc
r4607 r4608 459 459 this->localPlayer->setParentMode(PNODE_ALL); 460 460 Vector* cameraOffset = new Vector (0, 5, -10); 461 trackManager->condition( 2, LEFTRIGHT, this->localPlayer);461 trackManager->condition(1, LEFTRIGHT, this->localPlayer); 462 462 463 463 this->sky->setParent(this->localCamera);
Note: See TracChangeset
for help on using the changeset viewer.