Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 4, 2006, 3:41:46 AM (19 years ago)
Author:
bensch
Message:

orxonox/presentation: better camera-control

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/presentation/src/world_entities/space_ships/spacecraft_2d.h

    r9097 r9098  
    2525    void setTravelSpeed(float travelSpeed);
    2626    void setTravelHeight(float travelHeight);
     27    void setTravelDistance(const Vector2D& distance);
     28    void setTravelDistance(float x, float y);
    2729
    2830
     
    7072    float                 travelSpeed;        //!< the current speed of the Hove (to make soft movement)
    7173
     74    Vector2D              travelDistance;     //!< Travel-Distance away from the TravelNode.
     75
    7276    /// Camera
    7377    PNode                 cameraNode;
Note: See TracChangeset for help on using the changeset viewer.