Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 29, 2015, 12:14:43 PM (9 years ago)
Author:
gania
Message:

improved dodging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/campaignHS15/src/orxonox/controllers/FlyingController.h

    r10885 r10886  
    2121 *
    2222 *   Author:
    23  *      Fabian 'x3n' Landau
     23 *      Gani Aliguzhinov
    2424 *   Co-authors:
    25  *      ...
     25 *      Dominik Solenicki
    2626 *
    2727 */
     
    7979            void setTargetOrientation(const Quaternion& orient);
    8080            void setTargetOrientation(ControllableEntity* target);
    81             virtual void boostControl();       
     81            virtual void boostControl(); 
     82            void keepFormation (const ControllableEntity* leaderEntity, Vector3& targetRelativePosition);     
    8283            FormationMode::Value formationMode_;
    8384         
Note: See TracChangeset for help on using the changeset viewer.