Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 16, 2006, 1:09:26 PM (18 years ago)
Author:
bknecht
Message:

Control: Major changes in Spaceshipcontrol. Go check it out! It's not perfect, though.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/spaceshipcontrol/src/world_entities/space_ships/space_ship.h

    r6443 r6509  
    6666    float                 yMouse;             //!< mouse moved in y-Direction
    6767    float                 mouseSensitivity;   //!< the mouse sensitivity
    68     float                 cycle;              //!< hovercycle
     68//    float                 cycle;              //!< hovercycle
    6969
    7070    Vector                velocity;           //!< the velocity of the player.
    7171    Quaternion            mouseDir;           //!< the direction where the player wants to fly
    7272    Quaternion            rotQuat;
     73    Quaternion            pitchDir;
    7374    float                 travelSpeed;        //!< the current speed of the player (to make soft movement)
    7475    float                 acceleration;       //!< the acceleration of the player.
Note: See TracChangeset for help on using the changeset viewer.