I am new to three.js, so I am not sure if I know what I am doing but, I have the following issue:
I have imported a .FBX model and another .FBX model animation (walk). So far this works, but I want to replace the mesh by particles (THREE.Points).
The particles are shown, but they do not follow the animation, please check this GIF. How can I make the particles walk as the mesh is doing?
This is the code: https://github.com/Dayonel/nestor.gg-old/blob/master/src/components/Three.svelte