content/hifi-content/angus/longidle/animTest.json
2022-02-13 21:18:16 +01:00

77 lines
No EOL
2.3 KiB
JSON

{
"version": "1.1",
"root": {
"id": "idleTalk",
"type": "randomSwitchStateMachine",
"data": {
"currentState": "idleTalk1",
"triggerRandomSwitch": "idleTalkSwitch",
"randomSwitchTimeMin": 5.0,
"randomSwitchTimeMax": 10.0,
"states": [
{
"id": "idleTalk1",
"interpTarget": 6,
"interpDuration": 15,
"priority": 0.33,
"resume": true,
"transitions": []
},
{
"id": "idleTalk2",
"interpTarget": 6,
"interpDuration": 15,
"priority": 0.33,
"resume": true,
"transitions": []
},
{
"id": "idleTalk3",
"interpTarget": 6,
"interpDuration": 15,
"priority": 0.33,
"resume": true,
"transitions": []
}
]
},
"children": [
{
"id": "idleTalk1",
"type": "clip",
"data": {
"url": "talk.fbx",
"startFrame": 1.0,
"endFrame": 800.0,
"timeScale": 1.0,
"loopFlag": true
},
"children": []
},
{
"id": "idleTalk2",
"type": "clip",
"data": {
"url": "talk_righthand.fbx",
"startFrame": 1.0,
"endFrame": 501.0,
"timeScale": 1.0,
"loopFlag": true
},
"children": []
},
{
"id": "idleTalk3",
"type": "clip",
"data": {
"url": "talk04.fbx",
"startFrame": 1.0,
"endFrame": 499.0,
"timeScale": 1.0,
"loopFlag": true
},
"children": []
}
]
}
}