Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 6, 2005, 4:40:08 AM (21 years ago)
Author:
bensch
Message:

orxonox/branches/parenting: TrackManager: implemented Debug-output:

  1. function draw() to draw the Track in Full
  2. function debug, that Prints information about the state of the TrackManager
File:
1 edited

Legend:

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

    r3349 r3350  
    106106
    107107  TrackElement* findTrackElementByID(unsigned int trackID) const;
    108 
     108 
    109109 public:
    110110  ~TrackManager(void);
     
    131131  void choosePath(int graphID);
    132132
     133  // DEBUG //
     134  void drawGraph(float dt) const;
     135  void debug(unsigned int level) const;
    133136};
    134137
Note: See TracChangeset for help on using the changeset viewer.