Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4986 in orxonox.OLD for orxonox/trunk/src/world_entities/camera.cc


Ignore:
Timestamp:
Aug 12, 2005, 2:23:40 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: moved the camera around, so now you have the sight from within the cockpit on '2'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/world_entities/camera.cc

    r4838 r4986  
    120120    case VIEW_BEHIND:
    121121      this->toFovy = 120.0;
    122       this->toRelCoor = Vector(-7, 0, 0);
     122      this->toRelCoor = Vector(3.5, 0, 0);
     123      this->target->setRelCoor(4,0,0);
     124/*      this->setParent("main-Turret");
     125      this->setParentMode(PNODE_ALL);
     126      this->target->setParent("Crosshair");*/
    123127      break;
    124128    case VIEW_FRONT:
Note: See TracChangeset for help on using the changeset viewer.