assimp / assimp

The official Open-Asset-Importer-Library Repository. Loads 40+ 3D-file-formats into one unified and clean data structure.
https://www.assimp.org
Other
10.49k stars 2.85k forks source link

Bug: Convert from fbx to GLB, animation run too slowly #4206

Open tungpv90 opened 2 years ago

tungpv90 commented 2 years ago

Convert a file fbx with animation to glb, animation run too slowly This is 2 files run in threejs

https://user-images.githubusercontent.com/22250215/143392770-0693f93d-f449-49da-955e-0b4caf637538.mp4

philipguin commented 2 years ago

This is almost certainly the same issue as #4197

kimkulling commented 2 years ago

Right, this ticket describes the same bahaviour triggered by the bug from #4197.

Lets use #4197 to trace the issue and I will add a link to this issue here.