Changeset 6114 in orxonox.OLD for branches/spaceshipcontrol/src/world_entities/space_ships/space_ship.h
- Timestamp:
- Dec 14, 2005, 5:51:23 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/spaceshipcontrol/src/world_entities/space_ships/space_ship.h
r6034 r6114 8 8 9 9 #include "playable.h" 10 10 11 11 12 template<class T> class tList; … … 64 65 65 66 Vector velocity; //!< the velocity of the player. 66 Vector velocityDir; //!< the direction of the velocity of the spaceship67 Quaternion mouseDir; //!< the direction where the player wants to fly 67 68 float travelSpeed; //!< the current speed of the player (to make soft movement) 68 69 float acceleration; //!< the acceleration of the player.
Note: See TracChangeset
for help on using the changeset viewer.