Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 25, 2009, 4:20:05 PM (14 years ago)
Author:
wirthmi
Message:

Introduced new feature: permanent speed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation2/src/orxonox/controllers/HumanController.h

    r6108 r6149  
    4545            virtual void tick(float dt);
    4646
    47             static void moveFrontBack(const Vector2& value);
     47            static void moveFrontBack(const Vector2& value){ HumanController::localController_s->frontback(value); }
    4848            static void moveRightLeft(const Vector2& value);
    4949            static void moveUpDown(const Vector2& value);
     
    5252            static void rotatePitch(const Vector2& value){ HumanController::localController_s->pitch(value); }
    5353            static void rotateRoll(const Vector2& value);
    54            
     54
     55            virtual void frontback(const Vector2& value);
    5556            virtual void yaw(const Vector2& value);
    5657            virtual void pitch(const Vector2& value);
Note: See TracChangeset for help on using the changeset viewer.