Changeset 6162 in orxonox.OLD for trunk/src/world_entities/space_ships/space_ship.h
- Timestamp:
- Dec 19, 2005, 4:52:01 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/space_ships/space_ship.h
r6034 r6162 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 spaceship 67 Quaternion mouseDir; //!< the direction where the player wants to fly 68 Quaternion rotQuat; 67 69 float travelSpeed; //!< the current speed of the player (to make soft movement) 68 70 float acceleration; //!< the acceleration of the player.
Note: See TracChangeset
for help on using the changeset viewer.