mirror of
https://github.com/lubosz/overte.git
synced 2025-04-07 22:42:05 +02:00
tweak
This commit is contained in:
parent
4ed5219b57
commit
a4d1db1aeb
1 changed files with 5 additions and 4 deletions
|
@ -29,17 +29,18 @@ function init() {
|
|||
];
|
||||
handlerId = MyAvatar.addAnimationStateHandler(function (props) {
|
||||
return {
|
||||
rightHandType: ikTypes["HipsRelativeRotationAndPosition"],
|
||||
|
||||
rightHandType: ikTypes["RotationAndPosition"],
|
||||
rightHandPosition: recentRightHand.translation,
|
||||
rightHandRotation: recentRightHand.rotation,
|
||||
leftHandType: ikTypes["HipsRelativeRotationAndPosition"],
|
||||
leftHandType: ikTypes["RotationAndPosition"],
|
||||
leftHandPosition: recentLeftHand.translation,
|
||||
leftHandRotation: recentLeftHand.rotation,
|
||||
|
||||
rightFootType: ikTypes["HipsRelativeRotationAndPosition"],
|
||||
rightFootType: ikTypes["RotationAndPosition"],
|
||||
rightFootPosition: recentRightFoot.translation,
|
||||
rightFootRotation: recentRightFoot.rotation,
|
||||
leftFootType: ikTypes["HipsRelativeRotationAndPosition"],
|
||||
leftFootType: ikTypes["RotationAndPosition"],
|
||||
leftFootPosition: recentLeftFoot.translation,
|
||||
leftFootRotation: recentLeftFoot.rotation,
|
||||
|
||||
|
|
Loading…
Reference in a new issue