-
Notifications
You must be signed in to change notification settings - Fork 0
Animation Sequence Settings
Semyon Gritsenko edited this page Feb 10, 2022
·
1 revision
- animationType - possible values:
localSpace,meshSpace,none - basePoseType - works only with
localSpaceandmeshSpacevalues from animationType. Possible values:skeletonReferencePose,animationScaled,animationFrame,none - interpolationType - possible values:
linear,step
{
"animationType": "meshSpace",
"basePoseType": "animationFrame",
"interpolationType": "linear"
}