Problem I encounter when §I use primitive, I can not display more than 1 element... then I find a better way: https://drei.docs.pmnd.rs/loaders/gltf-use-gltf#gltf-component
function Model() {
return <Gltf src="https://thinkuldeep.com/modelviewer/Astronaut.glb" />;
}