Changeset 3639 in orxonox.OLD for orxonox/trunk/src/story_entities
- Timestamp:
- Mar 23, 2005, 1:37:54 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/story_entities/world.cc
r3637 r3639 372 372 this->localCamera->lookAt(LightManager::getInstance()->getLight(0)); 373 373 this->localCamera->setParent(this->localPlayer); 374 Vector* cameraOffset = new Vector (-10, 5, 0);375 this->localCamera->setRelCoor (cameraOffset);376 374 377 375 // Create SkySphere … … 754 752 /* update tick the rest */ 755 753 this->trackManager->tick(dt); 754 this->localCamera->tick(dt); 756 755 } 757 756 this->lastFrame = currentFrame;
Note: See TracChangeset
for help on using the changeset viewer.