body yaw debugging (commented out)

This commit is contained in:
Philip Rosedale 2013-04-17 17:49:26 -07:00
parent db95b0d726
commit 557bf79e0a

View file

@ -82,7 +82,10 @@ void AvatarData::parseData(unsigned char* sourceBuffer, int numBytes) {
memcpy(&_handPosition, sourceBuffer, sizeof(float) * 3);
sourceBuffer += sizeof(float) * 3;
//printf( "_bodyYaw = %f", _bodyYaw );
//std::cout << _handPosition.x << ", " << _handPosition.y << ", " << _handPosition.z << "\n";
//std::cout << _bodyPosition.x << ", " << _bodyPosition.y << ", " << _bodyPosition.z << "\n";