Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 21, 2005, 2:08:46 AM (18 years ago)
Author:
bensch
Message:

christmas: split control to X and Y

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/christmas_branche/src/world_entities/creatures/md2_creature.h

    r6198 r6206  
    6868
    6969    Vector                velocity;           //!< the velocity of the player.
    70     Quaternion            mouseDir;           //!< the direction where the player wants to fly
     70    Quaternion            mouseDirX;           //!< the direction where the player wants to fly
     71    Quaternion            mouseDirY;           //!< the direction where the player wants to fly
    7172    Quaternion rotQuat;
    7273    float                 travelSpeed;        //!< the current speed of the player (to make soft movement)
Note: See TracChangeset for help on using the changeset viewer.