Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3639 in orxonox.OLD for orxonox/trunk/src/story_entities/world.cc


Ignore:
Timestamp:
Mar 23, 2005, 1:37:54 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: now dynamic FOV. still working

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/story_entities/world.cc

    r3637 r3639  
    372372            this->localCamera->lookAt(LightManager::getInstance()->getLight(0));
    373373            this->localCamera->setParent(this->localPlayer);
    374             Vector* cameraOffset = new Vector (-10, 5, 0);
    375             this->localCamera->setRelCoor (cameraOffset);
    376374
    377375            // Create SkySphere
     
    754752      /* update tick the rest */
    755753      this->trackManager->tick(dt);
     754      this->localCamera->tick(dt);
    756755    }
    757756  this->lastFrame = currentFrame;
Note: See TracChangeset for help on using the changeset viewer.