Blender animate export to threejs

hi
i want to export my model and animate from a dae file to threejs in blender. but not track exists in exported json file.
i use latest blender threejs exporter with blender version 2.79
what i should to do?

my model with animate :
https://drive.google.com/open?id=1kA8TF0LmYSH43-9km_p7HhY0qGgNQf1p

You can load the Collada file directly with THREE.ColladaLoader. Skeletal animations are supported, see https://threejs.org/examples/webgl_loader_collada_skinning.html

BTW: The JSON exporter is buggy. Please work with glTFExporter instead if you need Blender. You can use GLTFLoader to import the glTF file into your scene.

Also see:

1 Like