I am using same model with skeleton animation multiple times in my scene and generally when you use multiple meshes with same geometry and material, you use instancedMesh in three js to reduce the draw calls but it's not possible to do with skinned mesh. So how can render skinned meshes in single draw calls? Is there a way?