Changeset 6208 in orxonox.OLD for branches/christmas_branche/src/story_entities
- Timestamp:
- Dec 21, 2005, 2:47:30 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/christmas_branche/src/story_entities/world.cc
r6187 r6208 347 347 // tn->addChild(this->localCamera); 348 348 localCamera->setClipRegion(1, 10000.0); 349 localCamera->lookAt(playable);349 // localCamera->lookAt(playable); 350 350 // this->localPlayer->setParentMode(PNODE_ALL); 351 351 if (sky != NULL) … … 355 355 } 356 356 357 this->localCamera->getTarget()->getParent()->debugNode(0); 357 358 SoundEngine::getInstance()->setListener(this->localCamera); 358 359
Note: See TracChangeset
for help on using the changeset viewer.