Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 1, 2006, 3:59:19 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: merged the controll back

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/space_ships/helicopter.h

    r6871 r6947  
    5555    int                   yInvert;
    5656    float                 mouseSensitivity;   //!< the mouse sensitivity
    57     int                   controlVelocityX;
    58     int                   controlVelocityY;
    59     //float                 cycle;              //!< hovercycle
     57    int                   controlVelocityX;   //!< defines max velocity of Xaxis of mousecontrol
     58    int                   controlVelocityY;   //!< defines max velocity of Yaxis of mousecontrol
    6059
    61     PNode                 topRotor;
    62     PNode                 tailRotor;
     60    PNode                 topRotor;           //!< the position of the toprotor
     61    PNode                 tailRotor;          //!< the position of the tailrotor
    6362
    64     PNode                 cameraNode;
     63    PNode                 cameraNode;         //!< the position the camera is locked at (used to look up and down without turning the helicopter)
    6564
    6665    Vector                velocity;           //!< the velocity of the player.
     
    6867    float                 travelSpeed;        //!< the current speed of the player (to make soft movement)
    6968    float                 acceleration;       //!< the acceleration of the player.
    70     //float                 rotorspeed;         //!< the speed of the rotor.
    71     //float                 tailrotorspeed;     //!< the relativ speed ot the tail rotor
    7269
    7370    float                 airViscosity;
Note: See TracChangeset for help on using the changeset viewer.