Hello,
I wanted to move meshes/models in browser using transform markers. Is there a way to do it in threejs?
I found one example in threejs which has the feature I am looking for.
https://threejs.org/examples/#webgl_animation_skinning_ik
My main focus is to get position transform markers to move meshes in live browser
Thank you