Three.js - avatar animation

1.6k views Asked by At

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

1

There are 1 answers

2
Sir Godart On

What I always do is modelling inside Cinema 4D and export this as a .fbx format.

Import the fbx file inside blender and export as JSON (using three.js export plugin). If you load this JSON file inside Three.js you'll get values like reflection with it.

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