Animation.

I have a question about the three.js library. I was wondering how I can create an animation in which an avatar that was exported from Blender to Collada (.dae) format moves an arm or leg using the WebGL library (three.js) rather than Blender.

+5
source share
1 answer

What I always do is simulate inside Cinema 4D and export it in .fbx format.

Import the fbx file inside the blender and export it as JSON (using the export.txt.js plugin). If you load this JSON file inside the Three.js file, you will get values ​​such as reflection with it.

Also not sure why you want the .dae file to work with Three.js ..

0
source

All Articles