mirror of
https://github.com/open-goal/jak-project
synced 2026-07-31 08:16:02 -04:00
a2f9d36332
Fixes the issue with animations doing a full 180 degree rotation and disappearing. The quaternions in the GLB export "flip", and when interpolating animation frames in between a flip, we got bogus quaternions. Fixes https://github.com/open-goal/jak-project/issues/3786 Also fix a crash in `goalc` when using merc models without any materials. Co-authored-by: water111 <awaterford1111445@gmail.com>