Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 22, 2006, 4:28:18 PM (19 years ago)
Author:
bensch
Message:

new player

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/creatures/fps_player.h

    r8724 r8731  
    4545    float                 xMouse;             //!< mouse moved in x-Direction
    4646    float                 yMouse;             //!< mouse moved in y-Direction
    47     Quaternion            mouseDir;           //!< the direction where the player wants to fly
    4847
    49     float                 angleX;
    50     float                 angleY;
    5148
     49    float                 heading;
     50    float                 attitude;
     51
     52    PNode                 cameraNode;
    5253};
    5354
Note: See TracChangeset for help on using the changeset viewer.