I have a problem using the data from the JSON.
It appears that the rotation keyframes do not specify if an angle is clock, or counterclockwise.
This makes it impossible for me to interpolate between them.
JSON example:
http://i.imgur.com/7bj2GqC.png
lines 12-13 are clockwise
lines 25-26 are counter-clockwise.
How can I know that they are in my code if theres no information about it?
Thanks!
Robert