Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5118 in orxonox.OLD for trunk/src/lib/coord/p_node.cc


Ignore:
Timestamp:
Aug 24, 2005, 2:45:46 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: semi-active buffers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/coord/p_node.cc

    r5115 r5118  
    598598      PRINTF(4)("NullParent::update - (%f, %f, %f)\n", this->absCoordinate.x, this->absCoordinate.y, this->absCoordinate.z);
    599599      if (this->bRelCoorChanged)
     600      {
     601        this->prevRelCoordinate = this->relCoordinate;
    600602        this->absCoordinate = this->relCoordinate;
     603      }
    601604      if (this->bRelDirChanged)
     605      {
     606        this->prevRelDirection = this->relDirection;
    602607        this->absDirection = this->getAbsDir () * this->relDirection;
     608      }
    603609    }
    604610
Note: See TracChangeset for help on using the changeset viewer.