- Timestamp:
- Jan 3, 2016, 8:47:51 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentationHS15/src/orxonox/controllers/FlyingController.h
r11026 r11028 53 53 54 54 public: 55 static const float SPEED = 0.9f/0.02f; //<! ship's speed56 static const float ROTATEFACTOR = 0.6f/0.02f; //<! ship's rotation factor55 static const float SPEED; //<! ship's speed 56 static const float ROTATEFACTOR; //<! ship's rotation factor 57 57 58 58 FlyingController(Context* context);
Note: See TracChangeset
for help on using the changeset viewer.