Changeset 3617 in orxonox.OLD for orxonox/trunk/src/lib/coord
- Timestamp:
- Mar 21, 2005, 2:59:30 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/coord/p_node.cc
r3608 r3617 424 424 void PNode::update () 425 425 { 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); 427 427 // printf("%s", this->objectName); 428 428 if(this->mode & PNODE_MOVEMENT )
Note: See TracChangeset
for help on using the changeset viewer.