Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 18, 2006, 5:50:18 PM (18 years ago)
Author:
bknecht
Message:

Control: Implementation of Hovercraftcontrol

File:
1 edited

Legend:

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

    r6572 r6605  
    5858    float                 yMouse;             //!< mouse moved in y-Direction
    5959    float                 mouseSensitivity;   //!< the mouse sensitivity
    60     //float                 cycle;              //!< hovercycle
    6160
    6261    Vector                velocity;           //!< the velocity of the player.
     
    6463    float                 travelSpeed;        //!< the current speed of the player (to make soft movement)
    6564    float                 acceleration;       //!< the acceleration of the player.
    66     //float                 rotorspeed;         //!< the speed of the rotor.
    67     //float                 tailrotorspeed;     //!< the relativ speed ot the tail rotor
    68 
     65   
    6966    float                 airViscosity;
    7067
Note: See TracChangeset for help on using the changeset viewer.