Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 5, 2006, 10:47:43 PM (19 years ago)
Author:
muellmic
Message:

finally: vertical scroller moves implemented :-)

File:
1 edited

Legend:

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

    r10017 r10019  
    3131    virtual void setPlayDirection(const Quaternion& rot, float speed = 0.0f);
    3232    void setTravelSpeed(float travelSpeed);
     33    /*
    3334    void setTravelHeight(float travelHeight);
    3435    void setTravelDistance(const Vector2D& distance);
    3536    void setTravelDistance(float x, float y);
     37    */
    3638
    3739    //void setAirFriction(float friction) { this->airFriction = friction; };
     
    150152    PNode*                travelNode;
    151153    float                 travelSpeed;        //!< the current speed of the Ship (to make soft movement)
    152     Vector2D              travelDistance;     //!< Travel-Distance away from the TravelNode
     154    Vector2D              travelDistancePlus;     //!< Travel-Distance away from the TravelNode
     155    Vector2D              travelDistanceMinus;
    153156
    154157// Camera
Note: See TracChangeset for help on using the changeset viewer.