mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 16:41:02 +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);
|
jointRotations.push(relativeXforms[i].rot);
|
||||||
}
|
}
|
||||||
var setJointSuccess = Entities.setAbsoluteJointRotationsInObjectFrame(doppelganger.id, jointRotations);
|
var setJointSuccess = Entities.setAbsoluteJointRotationsInObjectFrame(doppelganger.id, jointRotations);
|
||||||
|
print('JOINT ROTATIONS:: ' + JSON.stringify(jointRotations));
|
||||||
print('SUCCESS SETTING JOINTS?' + setJointSuccess + "for " + doppelganger.id)
|
print('SUCCESS SETTING JOINTS?' + setJointSuccess + "for " + doppelganger.id)
|
||||||
return true;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// maps joint names to their mirrored joint
|
// maps joint names to their mirrored joint
|
||||||
|
|
Loading…
Reference in a new issue