Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 7, 2015, 8:34:20 AM (8 years ago)
Author:
gania
Message:

check in

File:
1 edited

Legend:

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

    r10898 r10923  
    8585            virtual void boostControl(); 
    8686            void keepFormation (const ControllableEntity* leaderEntity, Vector3& targetRelativePosition);     
     87           
    8788            FormationMode::Value formationMode_;
    8889         
    89             float rotationProgress_;
    90             int actionCounter_;
     90            float rotationProgress_;    //<! for slerp
    9191            bool bHasTargetPosition_;
    9292            Vector3 targetPosition_;
Note: See TracChangeset for help on using the changeset viewer.