mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-15 19:49:47 +02:00
list joints
This commit is contained in:
parent
74648b6a25
commit
1ad3e1ae98
1 changed files with 2 additions and 1 deletions
|
@ -147,8 +147,9 @@
|
|||
jointRotations.push(relativeXforms[i].rot);
|
||||
}
|
||||
var setJointSuccess = Entities.setAbsoluteJointRotationsInObjectFrame(doppelganger.id, jointRotations);
|
||||
print('JOINT ROTATIONS:: ' + JSON.stringify(jointRotations));
|
||||
print('SUCCESS SETTING JOINTS?' + setJointSuccess + "for " + doppelganger.id)
|
||||
return true;
|
||||
return;
|
||||
}
|
||||
|
||||
// maps joint names to their mirrored joint
|
||||
|
|
Loading…
Reference in a new issue