Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Jan 7, 2006, 11:17:51 PM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: merged the spaceshipcontrol branche back to the trunk

merged with command
svn merge https://svn.orxonox.net/orxonox/branches/spaceshipcontrol . -r6224:HEAD
small conflict in space_ship.cc fixed in favor of the control

File:
1 edited

Legend:

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

    r6424 r6426  
    199199  Vector up = this->getAbsDirV();
    200200  Vector delay = Vector(0,0,0);
    201   if( currentMode != VIEW_FRONT) delay = (this->target->getAbsDirX() * this->target->getSpeed())/30;
     201  if( currentMode != VIEW_FRONT) delay = (this->target->getVelocity())/25;
    202202
    203203  // Setting the Camera Eye, lookAt and up Vectors
Note: See TracChangeset for help on using the changeset viewer.