Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3847 in orxonox.OLD for orxonox/trunk/src/track_manager.h


Ignore:
Timestamp:
Apr 17, 2005, 2:01:28 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: naming of animation changed
Anim → Animation
tAnim → tAnimation
Animation → Animation3D

@paede: i hope you like it.

File:
1 edited

Legend:

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

    r3845 r3847  
    1818class PNode;
    1919class Text;
    20 template<class T> class tAnim;
     20template<class T> class tAnimation;
    2121template<class T> class tList;
    2222
     
    144144  PNode* trackNode;                   //!< The main TrackNode of this Track.
    145145  Text* trackText;                    //!< The text to display when switching between Worlds.
    146   tAnim<Text>* textAnimation;         //!< An Animation for the Text.
     146  tAnimation<Text>* textAnimation;    //!< An Animation for the Text.
    147147 
    148148  void initChildren(unsigned int childCount, TrackElement* trackElem = NULL);
Note: See TracChangeset for help on using the changeset viewer.