mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 14:18:24 +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) {
|
handlerId = MyAvatar.addAnimationStateHandler(function (props) {
|
||||||
return {
|
return {
|
||||||
rightHandType: ikTypes["HipsRelativeRotationAndPosition"],
|
|
||||||
|
rightHandType: ikTypes["RotationAndPosition"],
|
||||||
rightHandPosition: recentRightHand.translation,
|
rightHandPosition: recentRightHand.translation,
|
||||||
rightHandRotation: recentRightHand.rotation,
|
rightHandRotation: recentRightHand.rotation,
|
||||||
leftHandType: ikTypes["HipsRelativeRotationAndPosition"],
|
leftHandType: ikTypes["RotationAndPosition"],
|
||||||
leftHandPosition: recentLeftHand.translation,
|
leftHandPosition: recentLeftHand.translation,
|
||||||
leftHandRotation: recentLeftHand.rotation,
|
leftHandRotation: recentLeftHand.rotation,
|
||||||
|
|
||||||
rightFootType: ikTypes["HipsRelativeRotationAndPosition"],
|
rightFootType: ikTypes["RotationAndPosition"],
|
||||||
rightFootPosition: recentRightFoot.translation,
|
rightFootPosition: recentRightFoot.translation,
|
||||||
rightFootRotation: recentRightFoot.rotation,
|
rightFootRotation: recentRightFoot.rotation,
|
||||||
leftFootType: ikTypes["HipsRelativeRotationAndPosition"],
|
leftFootType: ikTypes["RotationAndPosition"],
|
||||||
leftFootPosition: recentLeftFoot.translation,
|
leftFootPosition: recentLeftFoot.translation,
|
||||||
leftFootRotation: recentLeftFoot.rotation,
|
leftFootRotation: recentLeftFoot.rotation,
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue