Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6807 in orxonox.OLD for trunk/src/world_entities/space_ships/hover.h


Ignore:
Timestamp:
Jan 28, 2006, 2:57:27 PM (18 years ago)
Author:
bensch
Message:

trunk: hover optimize

File:
1 edited

Legend:

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

    r6806 r6807  
    4545    bool                  bDescend;           //!< descend button presses.
    4646
    47     float                 xMouse;             //!< mouse moved in x-Direction
    48     float                 yMouse;             //!< mouse moved in y-Direction
    4947    int                   yInvert;
    5048    float                 mouseSensitivity;   //!< the mouse sensitivity
    51     int                   controlVelocityX;
    52     int                   controlVelocityY;
    53     //float                 cycle;              //!< hovercycle
    5449
    5550    PNode                 wingNodeLeft;
     
    5954
    6055    PNode                 cameraNode;
     56    float                 cameraLook;
     57    float                 rotation;
    6158
    6259    Vector                velocity;           //!< the velocity of the Hover.
Note: See TracChangeset for help on using the changeset viewer.