rmx / collada-converter

A library for converting COLLADA files to a format suitable for WebGL
22 stars 9 forks source link

Multiple mesh with animation #12

Open balazsnemeth opened 7 years ago

balazsnemeth commented 7 years ago

I integrated the ThreejsRenderer to my project, and I'm able to load collada files and play its animations. But whenever I'm adding 2 meshes from different DAE, only one mesh is animated properly (I tried to add them one-by-one, then each was properly animated, but not together).

Is this possible to add multiple loaded instance and animate them, or is it a limitation to be able to play only 1 animation in one canvas?

Thanks for your help!