Hi, I've generated a component of my 3D model here https://gltf.pmnd.rs/ which is working great though because of the skinnedMesh, when I try and include the model a 2nd time it only loads one. I've tried using the drei Clone component to fix this but can't quite figure out where to put it. As you can see there's only one primitive and as my model is made up of a few smaller objects the object is already set to nodes.Hip
const { nodes, materials, animations } = useGLTF(
"/model.glb"
) as GLTFResult;
I've included the export and would appreciate any help in showing this model multiple times as I can't see any help online for a situation like this.
Thanks in advance!