Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

orxonox/branches/trackManager: now the Direction also follows the lead.

File:
1 edited

Legend:

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

    r3371 r3372  
    445445  if (this->localTime <= this->firstTrackElem->duration)
    446446    this->jumpTo(this->localTime);
    447   printf("LocalTime is: %f, timestep is: %f\n", this->localTime, dt);
    448447  this->localTime += dt;
    449448  if (this->localTime > this->currentTrackElem->startingTime + this->currentTrackElem->duration && this->currentTrackElem->childCount > 0)
Note: See TracChangeset for help on using the changeset viewer.