mirror of
https://github.com/JulianGro/overte.git
synced 2025-08-12 13:15:15 +02:00
body yaw debugging (commented out)
This commit is contained in:
parent
db95b0d726
commit
557bf79e0a
1 changed files with 3 additions and 0 deletions
|
@ -82,7 +82,10 @@ void AvatarData::parseData(unsigned char* sourceBuffer, int numBytes) {
|
||||||
|
|
||||||
memcpy(&_handPosition, sourceBuffer, sizeof(float) * 3);
|
memcpy(&_handPosition, sourceBuffer, sizeof(float) * 3);
|
||||||
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";
|
//std::cout << _bodyPosition.x << ", " << _bodyPosition.y << ", " << _bodyPosition.z << "\n";
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue