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?
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!