load different BVH files into the same jit.gl.model

MRTN's icon

Hi all! I was wondering if there is a way to load different BVHs animations into one single jit.gl.model (with a collada file loaded, with the rigging compatible with the BVH ones).
I am sorry if there is already a solution on the forum, I tried to search with no result...
hope some of you can help with a solution!
thanks in advance!

Rob Ramirez's icon

if the animations are loading from different files, then there's no way to combine them into a single jit.gl.model instance.
however, poly~ or javascript would be a great solution for loading multiple animation files into multiple jit.gl.model instances, and then binding nodes from the animations to corresponding nodes on a collada file backed jit.gl.model.

MRTN's icon

ok thanks for the answer! I will check out the solutions you give me and see what fit the best!