Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 19, 2006, 4:08:04 PM (17 years ago)
Author:
marcscha
Message:

addition of local travel speed, removal of path hacks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/playability/src/world_entities/space_ships/space_ship.h

    r10095 r10098  
    155155    PNode*                travelNode;
    156156    float                 travelSpeed;        //!< the current speed of the Ship (to make soft movement)
     157    Vector                travelVelocity;     //!< object internal velocity vector for relative movement to the track node
    157158    Vector2D              travelDistancePlus;     //!< Travel-Distance away from the TravelNode
    158159    Vector2D              travelDistanceMinus;
Note: See TracChangeset for help on using the changeset viewer.