Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Apr 17, 2005, 1:19:54 AM (20 years ago)
Author:
bensch
Message:

orxonox/trunk: now some text gets displayed, when changing the Track

File:
1 edited

Legend:

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

    r3841 r3845  
    1515#include "base_object.h"
    1616
     17// Forward Definition
    1718class PNode;
     19class Text;
     20template<class T> class tAnim;
    1821template<class T> class tList;
    1922
     
    136139  float maxTime;                      //!< The maximal time the track has.
    137140  int trackElemCount;                 //!< The count of TrackElements that exist.
     141
     142  // external
    138143  PNode* bindSlave;                   //!< The node that is slave to the TrackManager. This node will be moved while update the TrackManager, and must NOT move itself.
    139144  PNode* trackNode;                   //!< The main TrackNode of this Track.
     145  Text* trackText;                    //!< The text to display when switching between Worlds.
     146  tAnim<Text>* textAnimation;         //!< An Animation for the Text.
    140147 
    141148  void initChildren(unsigned int childCount, TrackElement* trackElem = NULL);
Note: See TracChangeset for help on using the changeset viewer.