- Home /
Question by
Alintong · Sep 07, 2021 at 01:09 PM ·
animationclip
Help!!!About change euler animation to quaternion animation with script,About Change euler animation to quaternion animation with script
i can`t find the api to change euler angles animation to quaternion animation.i want to code a script to check and change all of my animations...how can i do that?
Comment
All the tools i have seen that do this, simply sample the source curve at a fixed framerate, convert euler-quarternion for every new key, set the interpolation to linear ... and simply live with the added memory cost.
If you want to keep your original keys and transform the beziers between them, you probably need a bachelor in maths first. ( afaik there is no algebraic solution, you would need to do curve fitting )
Your answer
