I have a fbx
model that works both in Mixamo and in Windows 3D viewer. When I try to load it with FBXLoader
I got this error:
Uncaught TypeError: Cannot read properties of undefined (reading 'ID')
at FBXTreeParser.parseDeformers (FBXLoader.js:739:55)
at FBXTreeParser.parse (FBXLoader.js:166:26)
at FBXLoader.parse (FBXLoader.js:143:59)
at Object.onLoad (FBXLoader.js:91:19)
at three.module.js:39951:38
Does anyone know how to solve this? Thanks