Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gltfpack: Fix rotation deviation calculation
acos(dot(q1, q2)) returns half-angle of rotation between two quaternions, so our deviation was off by 2x. This should not have a significant effect on constant track detection but it makes the thresholds more accurate and may help with future animation optimizations.
- Loading branch information