Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 31, 2007, 2:27:59 AM (17 years ago)
Author:
patrick
Message:

rotor flimmer fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/environments/rotor.h

    r10276 r10533  
    2020
    2121    virtual ~Rotor();
    22  
     22
    2323    virtual void loadParams(const TiXmlElement* root);
    24  
     24
    2525    void initRotation(float x, float y, float z);
    26    
     26
    2727    virtual void tick(float time);
    28  
     28
    2929  private:
    3030    Vector              rotation;         //!< the rotation axis
    31 
     31    double              totalTime;        //!< total time
    3232};
    3333
Note: See TracChangeset for help on using the changeset viewer.