Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Nov 24, 2005, 1:14:06 AM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: really cool hack, to let the fighter fly up and down :)

File:
1 edited

Legend:

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

    r5384 r5751  
    167167      this->setParentSoft("TrackNode");
    168168      this->target->setParentSoft("TrackNode");
    169       this->setRelCoorSoft(Vector(0, 10, 0));
    170       this->target->setRelCoorSoft(0,0,0);
     169      this->setRelCoorSoft(Vector(30, 50, 0));
     170      this->target->setRelCoorSoft(35,0,0);
    171171    }
    172172}
Note: See TracChangeset for help on using the changeset viewer.