mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 06:18:52 +02:00
iterate the turns, and make turning accessible from fidgets
This commit is contained in:
parent
37010648be
commit
fb289704e2
4 changed files with 13 additions and 5 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -867,7 +867,7 @@
|
||||||
"loopFlag": false,
|
"loopFlag": false,
|
||||||
"startFrame": 1,
|
"startFrame": 1,
|
||||||
"timeScale": 1,
|
"timeScale": 1,
|
||||||
"url": "qrc:///avatar/animations/settle_sitturnright_to_sitidle.fbx"
|
"url": "qrc:///avatar/animations/settle_sitturnleft_to_sitidle.fbx"
|
||||||
},
|
},
|
||||||
"id": "seatedTurnLeft_to_Idle",
|
"id": "seatedTurnLeft_to_Idle",
|
||||||
"type": "clip"
|
"type": "clip"
|
||||||
|
@ -930,8 +930,8 @@
|
||||||
{
|
{
|
||||||
"easingType": "easeInOutQuad",
|
"easingType": "easeInOutQuad",
|
||||||
"id": "seatedTurnRight_to_Idle",
|
"id": "seatedTurnRight_to_Idle",
|
||||||
"interpDuration": 15,
|
"interpDuration": 25,
|
||||||
"interpTarget": 15,
|
"interpTarget": 25,
|
||||||
"interpType": "evaluateBoth",
|
"interpType": "evaluateBoth",
|
||||||
"transitions": [
|
"transitions": [
|
||||||
{
|
{
|
||||||
|
@ -947,8 +947,8 @@
|
||||||
{
|
{
|
||||||
"easingType": "easeInOutQuad",
|
"easingType": "easeInOutQuad",
|
||||||
"id": "seatedTurnLeft_to_Idle",
|
"id": "seatedTurnLeft_to_Idle",
|
||||||
"interpDuration": 15,
|
"interpDuration": 25,
|
||||||
"interpTarget": 15,
|
"interpTarget": 25,
|
||||||
"interpType": "evaluateBoth",
|
"interpType": "evaluateBoth",
|
||||||
"transitions": [
|
"transitions": [
|
||||||
{
|
{
|
||||||
|
@ -1230,6 +1230,14 @@
|
||||||
{
|
{
|
||||||
"randomSwitchState": "masterSeatedIdle",
|
"randomSwitchState": "masterSeatedIdle",
|
||||||
"var": "seatedFidgetShakeLegsOnDone"
|
"var": "seatedFidgetShakeLegsOnDone"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"randomSwitchState": "masterSeatedIdle",
|
||||||
|
"var": "isSeatedTurningRight"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"randomSwitchState": "masterSeatedIdle",
|
||||||
|
"var": "isSeatedTurningLeft"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue