Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Mar 14, 2005, 12:18:54 AM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: turned the camera again to the right (though seems wrong) position

File:
1 edited

Legend:

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

    r3537 r3538  
    249249            //localCamera->setParent(TrackNode::getInstance());
    250250            this->localPlayer->addChild (this->localCamera);
    251             Vector* cameraOffset = new Vector (0, 5, -10);
     251            //Vector* cameraOffset = new Vector (0, 5, -10);
     252            Vector* cameraOffset = new Vector (-10, 5, 0);
    252253            this->localCamera->setRelCoor (cameraOffset);
    253254            trackManager->condition(1, NEAREST, myPlayer);
Note: See TracChangeset for help on using the changeset viewer.