Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6806 in orxonox.OLD for trunk/src/world_entities/space_ships/hover.h


Ignore:
Timestamp:
Jan 28, 2006, 12:40:08 PM (18 years ago)
Author:
bensch
Message:

trunk: hover-rotors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/space_ships/hover.h

    r6805 r6806  
    2828
    2929    virtual void collidesWith(WorldEntity* entity, const Vector& location);
    30     virtual void tick(float time);
     30    virtual void tick(float dt);
    3131    virtual void draw() const;
    3232
     
    3535  private:
    3636    void init();
    37     void movement(float time);
     37    void movement(float dt);
    3838
    3939  private:
     
    6464    float                 travelSpeed;        //!< the current speed of the Hove (to make soft movement)
    6565    float                 acceleration;       //!< the acceleration of the Hover.
    66     //float                 rotorspeed;         //!< the speed of the rotor.
    67     //float                 tailrotorspeed;     //!< the relativ speed ot the tail rotor
     66
     67    float                 rotorSpeed;         //!< the speed of the rotor.
     68    float                 rotorCycle;         //!< The Cycle the rotor is in.
    6869
    6970    float                 airViscosity;
Note: See TracChangeset for help on using the changeset viewer.