Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Mar 21, 2005, 2:59:30 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: little fix to graphicsEngine, now the different resolution-types are outputted. also there is a fix from debug.h all warnings are shown now

File:
1 edited

Legend:

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

    r3608 r3617  
    424424void PNode::update ()
    425425{
    426   PRINTF(2)("PNode::update - %s - (%f, %f, %f)\n", this->objectName, this->absCoordinate->x, this->absCoordinate->y, this->absCoordinate->z);
     426  PRINTF(4)("PNode::update - %s - (%f, %f, %f)\n", this->objectName, this->absCoordinate->x, this->absCoordinate->y, this->absCoordinate->z);
    427427  // printf("%s", this->objectName);
    428428  if(this->mode & PNODE_MOVEMENT )
Note: See TracChangeset for help on using the changeset viewer.