Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3852 in orxonox.OLD for orxonox/trunk/src/animation.h


Ignore:
Timestamp:
Apr 17, 2005, 1:39:10 PM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: new Animation3D is now ready for setting up of the Functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/animation.h

    r3851 r3852  
    4949  virtual void rewind() = 0;
    5050
    51   virtual void tick(float timePassed) = 0;
     51  virtual void tick(float dt) = 0;
    5252
    5353  /* implement in subclasses:
Note: See TracChangeset for help on using the changeset viewer.