Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3545 in orxonox.OLD for orxonox/trunk/src/lib/coord/null_parent.cc


Ignore:
Timestamp:
Mar 14, 2005, 11:50:27 AM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: minor changes in PNode debug output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/coord/null_parent.cc

    r3544 r3545  
    7474void NullParent::update (float timeStamp)
    7575{
     76
     77  printf ("NullParent::update - (%f, %f, %f)\n", this->absCoordinate.x, this->absCoordinate.y, this->absCoordinate.z);
    7678  this->absCoordinate = this->relCoordinate;
    7779  this->absDirection = parent->getAbsDir () * this->relDirection;
Note: See TracChangeset for help on using the changeset viewer.