Hey gang!
I have exported a binary FBX animation from Mixamo. (Here is the file: https://fuzzy.cc/ararar/three-dev/examples/models/fbx/viv.fbx).
I tried importing the Binary FBX with the FBX loader under doob’s dev branch. It loads the file in about 10 seconds, then bizarrely causes the computer to hang for about three minutes before playing back the animation. (Opened an issue here, https://github.com/mrdoob/three.js/issues/11398)
I tried exporting GLTF from Blender. Failed : (
I tried exporting ASCII FBX from Blender. Failed : (
I tried exporting a three.js JSON from Blender. Failed : (
It is my first time using Blender so maybe I am just doing something daft. Or maybe this is unpossible. Anyone out there have success with Binary FBX into three.js who could share their workflow?
Thanks x1000