Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 3, 2006, 2:14:22 PM (19 years ago)
Author:
bensch
Message:

trunk: new algorithm for the Camera-Distance

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/space_ships/turbine_hover.cc

    r7004 r7014  
    222222  dynamic_cast<Element2D*>(this->getWeaponManager()->getFixedTarget())->setVisibility( true);
    223223
    224   State::getCamera()->setParentSoft(&this->cameraNode);
    225   State::getCamera()->setRelCoorSoft(-10, 0,0);
    226   State::getCameraTarget()->setParentSoft(&this->cameraNode);
     224  State::getCameraNode()->setParentSoft(&this->cameraNode);
     225  State::getCameraNode()->setRelCoorSoft(-10, 0,0);
     226  State::getCameraTargetNode()->setParentSoft(&this->cameraNode);
    227227}
    228228
Note: See TracChangeset for help on using the changeset viewer.