mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-05-29 11:31:42 +02:00
added new animations to the resource
This commit is contained in:
parent
bac5cf9bbb
commit
1291ee5ebc
10 changed files with 794 additions and 383 deletions
BIN
interface/resources/avatar/animations/idleWS.fbx
Normal file
BIN
interface/resources/avatar/animations/idleWS.fbx
Normal file
Binary file not shown.
BIN
interface/resources/avatar/animations/idle_LFF_all.fbx
Normal file
BIN
interface/resources/avatar/animations/idle_LFF_all.fbx
Normal file
Binary file not shown.
BIN
interface/resources/avatar/animations/idle_RFF_all.fbx
Normal file
BIN
interface/resources/avatar/animations/idle_RFF_all.fbx
Normal file
Binary file not shown.
BIN
interface/resources/avatar/animations/idle_once_armstretch.fbx
Normal file
BIN
interface/resources/avatar/animations/idle_once_armstretch.fbx
Normal file
Binary file not shown.
BIN
interface/resources/avatar/animations/idle_once_bigstretch.fbx
Normal file
BIN
interface/resources/avatar/animations/idle_once_bigstretch.fbx
Normal file
Binary file not shown.
BIN
interface/resources/avatar/animations/idle_once_checkwatch.fbx
Normal file
BIN
interface/resources/avatar/animations/idle_once_checkwatch.fbx
Normal file
Binary file not shown.
BIN
interface/resources/avatar/animations/idle_once_headtilt.fbx
Normal file
BIN
interface/resources/avatar/animations/idle_once_headtilt.fbx
Normal file
Binary file not shown.
BIN
interface/resources/avatar/animations/idle_once_neckstretch.fbx
Normal file
BIN
interface/resources/avatar/animations/idle_once_neckstretch.fbx
Normal file
Binary file not shown.
BIN
interface/resources/avatar/animations/idle_once_slownod.fbx
Normal file
BIN
interface/resources/avatar/animations/idle_once_slownod.fbx
Normal file
Binary file not shown.
|
@ -196,42 +196,6 @@
|
|||
{
|
||||
"id": "rightHandStateMachine",
|
||||
"type": "stateMachine",
|
||||
"data": {
|
||||
"currentState": "rightHandAnimNone",
|
||||
"states": [
|
||||
{
|
||||
"id": "rightHandAnimNone",
|
||||
"interpTarget": 1,
|
||||
"interpDuration": 3,
|
||||
"transitions": [
|
||||
{ "var": "rightHandAnimA", "state": "rightHandAnimA" },
|
||||
{ "var": "rightHandAnimB", "state": "rightHandAnimB" }
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "rightHandAnimA",
|
||||
"interpTarget": 1,
|
||||
"interpDuration": 3,
|
||||
"transitions": [
|
||||
{ "var": "rightHandAnimNone", "state": "rightHandAnimNone" },
|
||||
{ "var": "rightHandAnimB", "state": "rightHandAnimB" }
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "rightHandAnimB",
|
||||
"interpTarget": 1,
|
||||
"interpDuration": 3,
|
||||
"transitions": [
|
||||
{ "var": "rightHandAnimNone", "state": "rightHandAnimNone" },
|
||||
{ "var": "rightHandAnimA", "state": "rightHandAnimA" }
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"id": "rightHandAnimNone",
|
||||
"type": "stateMachine",
|
||||
"data": {
|
||||
"currentState": "rightHandGrasp",
|
||||
"states": [
|
||||
|
@ -415,32 +379,6 @@
|
|||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "rightHandAnimA",
|
||||
"type": "clip",
|
||||
"data": {
|
||||
"url": "qrc:///avatar/animations/touch_thumb_point_open_right.fbx",
|
||||
"startFrame": 15.0,
|
||||
"endFrame": 15.0,
|
||||
"timeScale": 1.0,
|
||||
"loopFlag": true
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"id": "rightHandAnimB",
|
||||
"type": "clip",
|
||||
"data": {
|
||||
"url": "qrc:///avatar/animations/touch_thumb_point_open_right.fbx",
|
||||
"startFrame": 15.0,
|
||||
"endFrame": 15.0,
|
||||
"timeScale": 1.0,
|
||||
"loopFlag": true
|
||||
},
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "leftHandOverlay",
|
||||
|
@ -454,42 +392,6 @@
|
|||
{
|
||||
"id": "leftHandStateMachine",
|
||||
"type": "stateMachine",
|
||||
"data": {
|
||||
"currentState": "leftHandAnimNone",
|
||||
"states": [
|
||||
{
|
||||
"id": "leftHandAnimNone",
|
||||
"interpTarget": 1,
|
||||
"interpDuration": 3,
|
||||
"transitions": [
|
||||
{ "var": "leftHandAnimA", "state": "leftHandAnimA" },
|
||||
{ "var": "leftHandAnimB", "state": "leftHandAnimB" }
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "leftHandAnimA",
|
||||
"interpTarget": 1,
|
||||
"interpDuration": 3,
|
||||
"transitions": [
|
||||
{ "var": "leftHandAnimNone", "state": "leftHandAnimNone" },
|
||||
{ "var": "leftHandAnimB", "state": "leftHandAnimB" }
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "leftHandAnimB",
|
||||
"interpTarget": 1,
|
||||
"interpDuration": 3,
|
||||
"transitions": [
|
||||
{ "var": "leftHandAnimNone", "state": "leftHandAnimNone" },
|
||||
{ "var": "leftHandAnimA", "state": "leftHandAnimA" }
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"id": "leftHandAnimNone",
|
||||
"type": "stateMachine",
|
||||
"data": {
|
||||
"currentState": "leftHandGrasp",
|
||||
"states": [
|
||||
|
@ -674,32 +576,6 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "leftHandAnimA",
|
||||
"type": "clip",
|
||||
"data": {
|
||||
"url": "qrc:///avatar/animations/touch_thumb_point_open_left.fbx",
|
||||
"startFrame": 15.0,
|
||||
"endFrame": 15.0,
|
||||
"timeScale": 1.0,
|
||||
"loopFlag": true
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"id": "leftHandAnimB",
|
||||
"type": "clip",
|
||||
"data": {
|
||||
"url": "qrc:///avatar/animations/touch_thumb_point_open_left.fbx",
|
||||
"startFrame": 15.0,
|
||||
"endFrame": 15.0,
|
||||
"timeScale": 1.0,
|
||||
"loopFlag": true
|
||||
},
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "mainStateMachine",
|
||||
"type": "stateMachine",
|
||||
|
@ -1027,41 +903,49 @@
|
|||
"children": [
|
||||
{
|
||||
"id": "idle",
|
||||
"type": "stateMachine",
|
||||
"type": "overlay",
|
||||
"data": {
|
||||
"currentState": "idleStand",
|
||||
"states": [
|
||||
{
|
||||
"id": "idleStand",
|
||||
"interpTarget": 6,
|
||||
"interpDuration": 10,
|
||||
"transitions": [
|
||||
{ "var": "isTalking", "state": "idleTalk" }
|
||||
]
|
||||
"alpha": 1.0,
|
||||
"alphaVar": "idleOverlayAlpha",
|
||||
"boneSet": "upperBody"
|
||||
|
||||
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"id": "idleTalk",
|
||||
"type": "randomSwitchStateMachine",
|
||||
"data": {
|
||||
"currentState": "idleTalk",
|
||||
"triggerRandomSwitch": "idleTalkSwitch",
|
||||
"triggerTimeMin": 10.0,
|
||||
"triggerTimeMax": 20.0,
|
||||
"transitionVar": "timeToTalkFidget",
|
||||
"states": [
|
||||
{
|
||||
"id": "idleTalk",
|
||||
"interpTarget": 6,
|
||||
"interpDuration": 10,
|
||||
"interpDuration": 15,
|
||||
"priority": 1.0,
|
||||
"resume": false,
|
||||
"transitions": [
|
||||
{ "var": "notIsTalking", "state": "idleStand" }
|
||||
{ "var": "timeToTalkFidget", "randomSwitchState": "talkFidget" }
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "talkFidget",
|
||||
"interpTarget": 2,
|
||||
"interpDuration": 30,
|
||||
"priority": -1.0,
|
||||
"resume": false,
|
||||
"transitions": [
|
||||
{ "var": "handMovement1OnDone", "randomSwitchState": "idleTalk" },
|
||||
{ "var": "alt1ToMasterTalkIdleOnDone", "randomSwitchState": "idleTalk" }
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"id": "idleStand",
|
||||
"type": "clip",
|
||||
"data": {
|
||||
"url": "qrc:///avatar/animations/idle.fbx",
|
||||
"startFrame": 0.0,
|
||||
"endFrame": 300.0,
|
||||
"timeScale": 1.0,
|
||||
"loopFlag": true
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"id": "idleTalk",
|
||||
"type": "clip",
|
||||
|
@ -1073,8 +957,535 @@
|
|||
"loopFlag": true
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"id": "talkFidget",
|
||||
"type": "randomSwitchStateMachine",
|
||||
"data": {
|
||||
"currentState": "handMovement",
|
||||
"triggerRandomSwitch": "fidgetSwitch",
|
||||
"triggerTimeMin": 5.0,
|
||||
"triggerTimeMax": 10.0,
|
||||
"transitionVar": "notRelevant",
|
||||
"states": [
|
||||
{
|
||||
"id": "handMovement",
|
||||
"interpTarget": 15,
|
||||
"interpDuration": 15,
|
||||
"priority": 0.5,
|
||||
"resume": false,
|
||||
"transitions": []
|
||||
},
|
||||
{
|
||||
"id": "alternateTalkIdle",
|
||||
"interpTarget": 15,
|
||||
"interpDuration": 15,
|
||||
"priority": 0.5,
|
||||
"resume": false,
|
||||
"transitions": []
|
||||
}
|
||||
]
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"id": "handMovement",
|
||||
"type": "randomSwitchStateMachine",
|
||||
"data": {
|
||||
"currentState": "handMovement1",
|
||||
"triggerRandomSwitch": "handMovementSwitch",
|
||||
"triggerTimeMin": 5.0,
|
||||
"triggerTimeMax": 10.0,
|
||||
"transitionVar": "notRelevant",
|
||||
"states": [
|
||||
{
|
||||
"id": "handMovement1",
|
||||
"interpTarget": 5,
|
||||
"interpDuration": 15,
|
||||
"priority": 1.0,
|
||||
"resume": false,
|
||||
"transitions": []
|
||||
}
|
||||
]
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"id": "handMovement1",
|
||||
"type": "clip",
|
||||
"data": {
|
||||
"url": "qrc:///avatar/animations/talk.fbx",
|
||||
"startFrame": 0.0,
|
||||
"endFrame": 800.0,
|
||||
"timeScale": 1.0,
|
||||
"loopFlag": true
|
||||
},
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "alternateTalkIdle",
|
||||
"type": "randomSwitchStateMachine",
|
||||
"data": {
|
||||
"currentState": "transitionToAltTalkIdle1",
|
||||
"triggerRandomSwitch": "altTalkIdleSwitch",
|
||||
"triggerTimeMin": 5.0,
|
||||
"triggerTimeMax": 10.0,
|
||||
"transitionVar": "finishAltTalkIdle",
|
||||
"states": [
|
||||
{
|
||||
"id": "transitionToAltTalkIdle1",
|
||||
"interpTarget": 5,
|
||||
"interpDuration": 15,
|
||||
"priority": 1.0,
|
||||
"resume": false,
|
||||
"transitions": [
|
||||
{ "var": "transitionToAltTalkIdle1OnDone", "randomSwitchState": "altTalkIdle1" }
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "altTalkIdle1",
|
||||
"interpTarget": 5,
|
||||
"interpDuration": 15,
|
||||
"priority": -1.0,
|
||||
"resume": false,
|
||||
"transitions": [
|
||||
{ "var": "finishAltTalkIdle", "randomSwitchState": "alt1ToMasterTalkIdle" }
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "alt1ToMasterTalkIdle",
|
||||
"interpTarget": 5,
|
||||
"interpDuration": 15,
|
||||
"priority": -1.0,
|
||||
"resume": false,
|
||||
"transitions": []
|
||||
}
|
||||
]
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"id": "transitionToAltTalkIdle1",
|
||||
"type": "clip",
|
||||
"data": {
|
||||
"url": "qrc:///avatar/animations/talk.fbx",
|
||||
"startFrame": 0.0,
|
||||
"endFrame": 800.0,
|
||||
"timeScale": 1.0,
|
||||
"loopFlag": true
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"id": "altTalkIdle1",
|
||||
"type": "clip",
|
||||
"data": {
|
||||
"url": "qrc:///avatar/animations/talk.fbx",
|
||||
"startFrame": 0.0,
|
||||
"endFrame": 800.0,
|
||||
"timeScale": 1.0,
|
||||
"loopFlag": true
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"id": "alt1ToMasterTalkIdle",
|
||||
"type": "clip",
|
||||
"data": {
|
||||
"url": "qrc:///avatar/animations/talk.fbx",
|
||||
"startFrame": 0.0,
|
||||
"endFrame": 800.0,
|
||||
"timeScale": 1.0,
|
||||
"loopFlag": true
|
||||
},
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "idleStand",
|
||||
"type": "randomSwitchStateMachine",
|
||||
"data": {
|
||||
"currentState": "masterIdle",
|
||||
"triggerRandomSwitch": "idleSwitch",
|
||||
"triggerTimeMin": 3.0,
|
||||
"triggerTimeMax": 6.0,
|
||||
"transitionVar": "timeToFidget2",
|
||||
"states": [
|
||||
{
|
||||
"id": "masterIdle",
|
||||
"interpTarget": 6,
|
||||
"interpDuration": 15,
|
||||
"priority": 1.0,
|
||||
"resume": false,
|
||||
"transitions": [
|
||||
{ "var": "timeToFidget2", "randomSwitchState": "fidget" }
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "fidget",
|
||||
"interpTarget": 2,
|
||||
"interpDuration": 30,
|
||||
"priority": -1.0,
|
||||
"resume": false,
|
||||
"transitions": [
|
||||
{ "var": "movement1OnDone", "randomSwitchState": "masterIdle" },
|
||||
{ "var": "movement2OnDone", "randomSwitchState": "masterIdle" },
|
||||
{ "var": "movement3OnDone", "randomSwitchState": "masterIdle" },
|
||||
{ "var": "movement4OnDone", "randomSwitchState": "masterIdle" },
|
||||
{ "var": "movement5OnDone", "randomSwitchState": "masterIdle" },
|
||||
{ "var": "movement6OnDone", "randomSwitchState": "masterIdle" },
|
||||
{ "var": "alt1ToMasterIdleOnDone", "randomSwitchState": "masterIdle" },
|
||||
{ "var": "alt2ToMasterIdleOnDone", "randomSwitchState": "masterIdle" }
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"id": "masterIdle",
|
||||
"type": "clip",
|
||||
"data": {
|
||||
"url": "qrc:///avatar/animations/idle.fbx",
|
||||
"startFrame": 0.0,
|
||||
"endFrame": 300.0,
|
||||
"timeScale": 1.0,
|
||||
"loopFlag": true
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"id": "fidget",
|
||||
"type": "randomSwitchStateMachine",
|
||||
"data": {
|
||||
"currentState": "movement",
|
||||
"triggerRandomSwitch": "fidgetSwitch",
|
||||
"states": [
|
||||
{
|
||||
"id": "movement",
|
||||
"interpTarget": 15,
|
||||
"interpDuration": 15,
|
||||
"priority": 0.8,
|
||||
"resume": false,
|
||||
"transitions": []
|
||||
},
|
||||
{
|
||||
"id": "alternateIdle",
|
||||
"interpTarget": 15,
|
||||
"interpDuration": 15,
|
||||
"priority": 0.2,
|
||||
"resume": false,
|
||||
"transitions": []
|
||||
}
|
||||
]
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"id": "movement",
|
||||
"type": "randomSwitchStateMachine",
|
||||
"data": {
|
||||
"currentState": "movement1",
|
||||
"triggerRandomSwitch": "movementSwitch",
|
||||
"states": [
|
||||
{
|
||||
"id": "movement1",
|
||||
"interpTarget": 20,
|
||||
"interpDuration": 20,
|
||||
"priority": 0.2,
|
||||
"resume": false,
|
||||
"transitions": []
|
||||
},
|
||||
{
|
||||
"id": "movement2",
|
||||
"interpTarget": 20,
|
||||
"interpDuration": 20,
|
||||
"priority": 0.2,
|
||||
"resume": false,
|
||||
"transitions": []
|
||||
},
|
||||
{
|
||||
"id": "movement3",
|
||||
"interpTarget": 20,
|
||||
"interpDuration": 20,
|
||||
"priority": 0.2,
|
||||
"resume": false,
|
||||
"transitions": []
|
||||
},
|
||||
{
|
||||
"id": "movement4",
|
||||
"interpTarget": 20,
|
||||
"interpDuration": 20,
|
||||
"priority": 0.2,
|
||||
"resume": false,
|
||||
"transitions": []
|
||||
},
|
||||
{
|
||||
"id": "movement5",
|
||||
"interpTarget": 20,
|
||||
"interpDuration": 20,
|
||||
"priority": 0.2,
|
||||
"resume": false,
|
||||
"transitions": []
|
||||
},
|
||||
{
|
||||
"id": "movement6",
|
||||
"interpTarget": 20,
|
||||
"interpDuration": 20,
|
||||
"priority": 0.2,
|
||||
"resume": false,
|
||||
"transitions": []
|
||||
},
|
||||
{
|
||||
"id": "movement7",
|
||||
"interpTarget": 20,
|
||||
"interpDuration": 20,
|
||||
"priority": 0.2,
|
||||
"resume": false,
|
||||
"transitions": []
|
||||
}
|
||||
]
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"id": "movement1",
|
||||
"type": "clip",
|
||||
"data": {
|
||||
"url": "animations/idle_once_slownod.fbx",
|
||||
"startFrame": 1,
|
||||
"endFrame": 91.0,
|
||||
"timeScale": 1.0,
|
||||
"loopFlag": false
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"id": "movement2",
|
||||
"type": "clip",
|
||||
"data": {
|
||||
"url": "animations/idle_once_headtilt.fbx",
|
||||
"startFrame": 1,
|
||||
"endFrame": 154,
|
||||
"timeScale": 1.0,
|
||||
"loopFlag": false
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"id": "movement3",
|
||||
"type": "clip",
|
||||
"data": {
|
||||
"url": "animations/idle_once_checkwatch.fbx",
|
||||
"startFrame": 1,
|
||||
"endFrame": 430,
|
||||
"timeScale": 1.0,
|
||||
"loopFlag": false
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"id": "movement4",
|
||||
"type": "clip",
|
||||
"data": {
|
||||
"url": "animations/idle_once_armstretch.fbx",
|
||||
"startFrame": 1,
|
||||
"endFrame": 283,
|
||||
"timeScale": 1.0,
|
||||
"loopFlag": false
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"id": "movement5",
|
||||
"type": "clip",
|
||||
"data": {
|
||||
"url": "animations/idle_once_bigstretch.fbx",
|
||||
"startFrame": 1,
|
||||
"endFrame": 120,
|
||||
"timeScale": 1.0,
|
||||
"loopFlag": false
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"id": "movement6",
|
||||
"type": "clip",
|
||||
"data": {
|
||||
"url": "animations/idle_once_neckstretch.fbx",
|
||||
"startFrame": 1,
|
||||
"endFrame": 169,
|
||||
"timeScale": 1.0,
|
||||
"loopFlag": false
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"id": "movement7",
|
||||
"type": "clip",
|
||||
"data": {
|
||||
"url": "animations/idleWS.fbx",
|
||||
"startFrame": 1,
|
||||
"endFrame": 1126,
|
||||
"timeScale": 1.0,
|
||||
"loopFlag": false
|
||||
},
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "alternateIdle",
|
||||
"type": "randomSwitchStateMachine",
|
||||
"data": {
|
||||
"currentState": "transitionToAltIdle1",
|
||||
"triggerRandomSwitch": "altIdleSwitch",
|
||||
"triggerTimeMin": 3.0,
|
||||
"triggerTimeMax": 6.0,
|
||||
"transitionVar": "finishAltIdle2",
|
||||
"states": [
|
||||
{
|
||||
"id": "transitionToAltIdle1",
|
||||
"interpTarget": 10,
|
||||
"interpDuration": 10,
|
||||
"priority": 0.5,
|
||||
"resume": false,
|
||||
"transitions": [
|
||||
{ "var": "transitionToAltIdle1OnDone", "randomSwitchState": "altIdle1" }
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "transitionToAltIdle2",
|
||||
"interpTarget": 10,
|
||||
"interpDuration": 10,
|
||||
"priority": 0.5,
|
||||
"resume": false,
|
||||
"transitions": [
|
||||
{ "var": "transitionToAltIdle2OnDone", "randomSwitchState": "altIdle2" }
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "altIdle1",
|
||||
"interpTarget": 10,
|
||||
"interpDuration": 10,
|
||||
"priority": -1.0,
|
||||
"resume": false,
|
||||
"transitions": [
|
||||
{ "var": "finishAltIdle2", "randomSwitchState": "alt1ToMasterIdle" }
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "altIdle2",
|
||||
"interpTarget": 10,
|
||||
"interpDuration": 10,
|
||||
"priority": -1.0,
|
||||
"resume": false,
|
||||
"transitions": [
|
||||
{ "var": "finishAltIdle2", "randomSwitchState": "alt2ToMasterIdle" }
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "alt1ToMasterIdle",
|
||||
"interpTarget": 10,
|
||||
"interpDuration": 10,
|
||||
"priority": -1.0,
|
||||
"resume": false,
|
||||
"transitions": []
|
||||
},
|
||||
{
|
||||
"id": "alt2ToMasterIdle",
|
||||
"interpTarget": 10,
|
||||
"interpDuration": 10,
|
||||
"priority": -1.0,
|
||||
"resume": false,
|
||||
"transitions": []
|
||||
}
|
||||
]
|
||||
},
|
||||
"children": [
|
||||
{
|
||||
"id": "transitionToAltIdle1",
|
||||
"type": "clip",
|
||||
"data": {
|
||||
"url": "animations/idle_LFF_all.fbx",
|
||||
"startFrame": 1,
|
||||
"endFrame": 55,
|
||||
"timeScale": 1.0,
|
||||
"loopFlag": false
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"id": "transitionToAltIdle2",
|
||||
"type": "clip",
|
||||
"data": {
|
||||
"url": "animations/idle_RFF_all.fbx",
|
||||
"startFrame": 1,
|
||||
"endFrame": 56,
|
||||
"timeScale": 1.0,
|
||||
"loopFlag": false
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"id": "altIdle1",
|
||||
"type": "clip",
|
||||
"data": {
|
||||
"url": "animations/idle_LFF_all.fbx",
|
||||
"startFrame": 55,
|
||||
"endFrame": 389,
|
||||
"timeScale": 1.0,
|
||||
"loopFlag": true
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"id": "altIdle2",
|
||||
"type": "clip",
|
||||
"data": {
|
||||
"url": "animations/idle_RFF_all.fbx",
|
||||
"startFrame": 56,
|
||||
"endFrame": 390,
|
||||
"timeScale": 1.0,
|
||||
"loopFlag": true
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"id": "alt1ToMasterIdle",
|
||||
"type": "clip",
|
||||
"data": {
|
||||
"url": "animations/idle_LFF_all.fbx",
|
||||
"startFrame": 389,
|
||||
"endFrame": 472,
|
||||
"timeScale": 1.0,
|
||||
"loopFlag": false
|
||||
},
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"id": "alt2ToMasterIdle",
|
||||
"type": "clip",
|
||||
"data": {
|
||||
"url": "animations/idle_RFF_all.fbx",
|
||||
"startFrame": 390,
|
||||
"endFrame": 453,
|
||||
"timeScale": 1.0,
|
||||
"loopFlag": false
|
||||
},
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "WALKFWD",
|
||||
|
|
Loading…
Reference in a new issue