Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 7, 2005, 3:07:12 AM (21 years ago)
Author:
bensch
Message:

orxonox/branches/trackManager: now env moves along the Path. but the Path does not decide for different tracks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/trackManager/src/track_manager.h

    r3369 r3371  
    1414#include "stdincl.h"
    1515
     16class PNode;
    1617
    1718//! condition for choosing a certain Path. \todo implement a useful way.
     
    104105  float maxTime;                      //!< The maximal time the track has.
    105106  int trackElemCount;                 //!< The count of TrackElements that exist.
     107  PNode* bindSlave;
    106108 
    107109  void initChildren(unsigned int childCount);
     
    134136  void choosePath(int graphID);
    135137
     138  void setBindSlave(PNode* bindSlave);
     139
    136140  // DEBUG //
    137141  void drawGraph(float dt) const;
Note: See TracChangeset for help on using the changeset viewer.