Changeset 6556 in orxonox.OLD for branches/network/src/lib
- Timestamp:
- Jan 18, 2006, 2:44:00 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/network/src/lib/coord/p_node.cc
r6554 r6556 1227 1227 { 1228 1228 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); 1230 1230 1231 1231 SYNCHELP_WRITE_FLOAT( this->relCoordinate.x ); … … 1241 1241 { 1242 1242 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); 1244 1244 1245 1245 SYNCHELP_WRITE_FLOAT( this->relDirection.w );
Note: See TracChangeset
for help on using the changeset viewer.