Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Apr 5, 2005, 11:51:15 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: simple animation is moving, but not realy what it should

File:
1 edited

Legend:

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

    r3687 r3729  
    565565  this->time = dt;
    566566  PRINTF(4)("PNode::update - %s - (%f, %f, %f)\n", this->objectName, this->absCoordinate->x, this->absCoordinate->y, this->absCoordinate->z);
    567   // printf("%s", this->objectName);
    568567  if(this->mode & PNODE_MOVEMENT )
    569568    {
Note: See TracChangeset for help on using the changeset viewer.