Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6556 in orxonox.OLD


Ignore:
Timestamp:
Jan 18, 2006, 2:44:00 PM (18 years ago)
Author:
rennerc
Message:

debug right thing now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/network/src/lib/coord/p_node.cc

    r6554 r6556  
    12271227  {
    12281228
    1229     PRINTF(0)("SEND COOR: %f %f %f\n", coorx, coory, coorz);
     1229    PRINTF(0)("SEND COOR: %f %f %f\n", this->relCoordinate.x, this->relCoordinate.y, this->relCoordinate.z);
    12301230
    12311231    SYNCHELP_WRITE_FLOAT( this->relCoordinate.x );
     
    12411241  {
    12421242
    1243     PRINTF(0)("SEND QUAT: %f %f %f %f\n", rotw, rotx, roty, rotz);
     1243    PRINTF(0)("SEND QUAT: %f %f %f %f\n", this->relDirection.w, this->relDirection.v.x, this->relDirection.v.y, this->relDirection.v.z);
    12441244
    12451245    SYNCHELP_WRITE_FLOAT( this->relDirection.w );
Note: See TracChangeset for help on using the changeset viewer.