Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4496 in orxonox.OLD for orxonox/trunk/src/util/track/track_manager.h


Ignore:
Timestamp:
Jun 3, 2005, 3:52:05 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: cycling read-in of parameters should work now… this is quite tricky, and the TrackManager has to be rewritten in some parts…. :(

File:
1 edited

Legend:

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

    r4489 r4496  
    151151  inline void setCurveType(CurveType curveType) { this->setCurveType (curveType, this->currentTrackElem);};
    152152  void setCurveType(CurveType curveType, TrackElement* trackElem);
    153   void setDuration(float duration, TrackElement* trackElem = NULL);
    154   bool addPoint(Vector newPoint, TrackElement* trackElem = NULL);
     153  void setDuration(float duration);
     154  void setDuration(float duration, TrackElement* trackElem);
     155  void addPoint(float x, float y, float z);
     156  void addPointV(Vector newPoint, TrackElement* trackElem = NULL);
    155157  int addHotPoint(Vector newPoint, TrackElement* trackElem = NULL);
     158  void setSavePoint(int isLoadable);
    156159  int setSavePoint(TrackElement* trackElem = NULL);
    157160  void fork(unsigned int count, ...);
Note: See TracChangeset for help on using the changeset viewer.