Changeset 4438 in orxonox.OLD for orxonox/trunk/src/story_entities
- Timestamp:
- Jun 1, 2005, 8:15:59 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/story_entities/world.cc
r4434 r4438 645 645 this->pilotNode->addChild(this->localPlayer); 646 646 this->pilotNode->addChild(this->localCamera); 647 this->localCamera->lookAt(this-> pilotNode);647 this->localCamera->lookAt(this->localPlayer); 648 648 649 649 this->eventHandler->subscribe(this->pilotNode, ES_GAME, KeyMapper::PEV_UP);
Note: See TracChangeset
for help on using the changeset viewer.