thank you for your library! I'm using it to open fbx scene in my android application and I hope to add a support for some features from motionbuilder.
I've just figured out that in AnimationCurve you are storing values in unsigned long long, which will give unpredictable result when converting time to seconds as real value should be in signed long long, for managing negative time values as well (some animation could have stance pose in -100 frame for example)
Hi,
thank you for your library! I'm using it to open fbx scene in my android application and I hope to add a support for some features from motionbuilder. I've just figured out that in AnimationCurve you are storing values in unsigned long long, which will give unpredictable result when converting time to seconds as real value should be in signed long long, for managing negative time values as well (some animation could have stance pose in -100 frame for example)