Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3739 in orxonox.OLD for orxonox/trunk/src/simple_animation.h


Ignore:
Timestamp:
Apr 7, 2005, 12:33:01 AM (20 years ago)
Author:
patrick
Message:

orxonox/trunk: worked on simpleanimation - not yet done.

File:
1 edited

Legend:

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

    r3738 r3739  
    9898  Vector* tmpVect;                 //<! this is the temporary vector save place -
    9999  WorldEntity* workingObject;      //<! this is a pointer to the current working object that has been selected via selectObject()
    100   Animator* workingAnimator;       //<! the animator with which you are currently working
     100  Animation* workingAnimator;       //<! the animator with which you are currently working
    101101  float deltaT;                    //<! this is a time constant for the movement
     102
     103  Animation* getAnimationFromWorldEntity(WorldEntity* entity);
    102104
    103105};
Note: See TracChangeset for help on using the changeset viewer.