- Timestamp:
- Nov 25, 2009, 4:20:05 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/src/orxonox/controllers/NewHumanController.h
r6120 r6149 32 32 #include "OrxonoxPrereqs.h" 33 33 34 #include "util/Math.h" 35 34 36 #include "core/ClassTreeMask.h" 35 37 #include "HumanController.h" … … 45 47 virtual void tick(float dt); 46 48 49 virtual void frontback(const Vector2& value); 47 50 virtual void yaw(const Vector2& value); 48 51 virtual void pitch(const Vector2& value); 52 53 static void accelerate(); 54 static void decelerate(); 49 55 50 56 virtual void doFire(unsigned int firemode); 51 57 52 58 static void changeMode(); 53 59 54 60 virtual void changedControllableEntity(); 55 61 56 62 protected: 57 63 void updateTarget(); 58 64 59 65 unsigned int controlMode_; 60 66 static NewHumanController* localController_s; … … 64 70 OrxonoxOverlay* crossHairOverlay_; 65 71 float overlaySize_; 72 float currentAcceleration_; 73 float acceleration_; 66 74 ClassTreeMask targetMask_; 67 75 };
Note: See TracChangeset
for help on using the changeset viewer.