Merge pull request #16237 from dooglifeSF/emotes_interrupt_settle

Transition between walk/emote should be faster
This commit is contained in:
Shannon Romano 2019-09-24 15:49:31 -07:00 committed by GitHub
commit 73c558bc51
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 33 additions and 14 deletions

View file

@ -3799,8 +3799,8 @@
{
"easingType": "easeInOutQuad",
"id": "reactionPoint",
"interpDuration": 18,
"interpTarget": 18,
"interpDuration": 10,
"interpTarget": 10,
"interpType": "evaluateBoth",
"transitions": [
{
@ -4610,9 +4610,9 @@
{
"easingType": "easeInOutQuad",
"id": "idle",
"interpDuration": 30,
"interpTarget": 30,
"interpType": "evaluateBoth",
"interpDuration": 10,
"interpTarget": 10,
"interpType": "snapshotPrev",
"transitions": [
{
"state": "WALKFWD",
@ -4742,14 +4742,34 @@
{
"easingType": "easeInOutQuad",
"id": "idleSettle",
"interpDuration": 12,
"interpTarget": 12,
"interpType": "evaluateBoth",
"interpDuration": 15,
"interpTarget": 15,
"interpType": "snapshotPrev",
"transitions": [
{
"state": "idle",
"var": "idleSettleOnDone"
},
{
"state": "idle",
"var": "reactionPositiveTrigger"
},
{
"state": "idle",
"var": "reactionNegativeTrigger"
},
{
"state": "idle",
"var": "reactionRaiseHandEnabled"
},
{
"state": "idle",
"var": "reactionApplaudEnabled"
},
{
"state": "idle",
"var": "reactionPointEnabled"
},
{
"state": "WALKFWD",
"var": "isMovingForward"
@ -4810,7 +4830,7 @@
},
{
"id": "WALKFWD",
"interpDuration": 10,
"interpDuration": 15,
"interpTarget": 35,
"interpType": "snapshotPrev",
"transitions": [
@ -4874,7 +4894,7 @@
},
{
"id": "WALKBWD",
"interpDuration": 10,
"interpDuration": 15,
"interpTarget": 35,
"interpType": "snapshotPrev",
"transitions": [
@ -4938,7 +4958,7 @@
},
{
"id": "STRAFERIGHT",
"interpDuration": 8,
"interpDuration": 15,
"interpTarget": 25,
"interpType": "snapshotPrev",
"transitions": [
@ -5002,7 +5022,7 @@
},
{
"id": "STRAFELEFT",
"interpDuration": 8,
"interpDuration": 15,
"interpTarget": 25,
"interpType": "snapshotPrev",
"transitions": [
@ -5873,7 +5893,6 @@
},
"id": "userAnimStateMachine",
"type": "stateMachine"
},
"version": "1.1"
}
}