-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Converter generates incorrect rotation key frames #244
Comments
Thanks for the test-case. |
This was referenced Apr 24, 2014
@fabrobinet any update here? |
no, sorry, trying to wrap up spec changes first. I want to push these bugs early july. |
I have the same problem here, any news on this? |
@jdambruch no update yet AFAIK. |
Replaced by KhronosGroup/COLLADA2GLTF#108 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A COLLADA model with the following animation (hand edited at this point) has five keyframes:
The rotation angles around Z are simply
0 90 180 270 360
. However, the converter generates the following axis-angle rotations, which include an axis flip:Adding more keyframes (with shorter deltas between the rotation angles) does not fix the problem nor does changing the domain from
[0, 360]
to[-180, 180]
.The text was updated successfully, but these errors were encountered: