Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 18, 2006, 2:10:57 PM (18 years ago)
Author:
snellen
Message:

space_ship.cc updated

File:
1 edited

Legend:

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

    r6509 r6544  
    6666    float                 yMouse;             //!< mouse moved in y-Direction
    6767    float                 mouseSensitivity;   //!< the mouse sensitivity
     68    int                   controlVelocityX;
     69    int                   controlVelocityY;
    6870//    float                 cycle;              //!< hovercycle
    6971
    7072    Vector                velocity;           //!< the velocity of the player.
    7173    Quaternion            mouseDir;           //!< the direction where the player wants to fly
     74    float                 shipInertia;        //!< the inertia of the ship(how fast the ship reacts to a mouse input)
    7275    Quaternion            rotQuat;
    7376    Quaternion            pitchDir;
Note: See TracChangeset for help on using the changeset viewer.