Changeset 8731 in orxonox.OLD for trunk/src/world_entities/creatures/fps_player.h
- Timestamp:
- Jun 22, 2006, 4:28:18 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/creatures/fps_player.h
r8724 r8731 45 45 float xMouse; //!< mouse moved in x-Direction 46 46 float yMouse; //!< mouse moved in y-Direction 47 Quaternion mouseDir; //!< the direction where the player wants to fly48 47 49 float angleX;50 float angleY;51 48 49 float heading; 50 float attitude; 51 52 PNode cameraNode; 52 53 }; 53 54
Note: See TracChangeset
for help on using the changeset viewer.