Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Apr 7, 2005, 7:37:25 PM (20 years ago)
Author:
patrick
Message:

orxonox/trunk: made some sattelite object just for fun and to show on the convention tomarrow

File:
1 edited

Legend:

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

    r3744 r3750  
    4242*/
    4343typedef struct Animation {
     44
    4445  WorldEntity* object;
     46  Vector* lastPosition;
     47  Vector* tmpVect;
     48  float deltaT;
     49  float localTime;
     50
     51  tList<KeyFrame>* frames;
    4552  KeyFrame* currentFrame;
    4653  KeyFrame* lastFrame;
    47   Vector* lastPosition;
    48   Vector* tmpVect;
    49   tList<KeyFrame>* frames;
     54
     55  bool bRunning;
     56
    5057  animationMode animMode;
    5158  movementMode movMode;
    52   bool bRunning;
    53   float deltaT;
    54   float localTime;
    5559};
    5660
Note: See TracChangeset for help on using the changeset viewer.