How can I clone a GLTF model loaded in the Autodesk Viewer?
I am trying to dynamically clone a loaded GLB model and allow the user to position it in the scene. However, when I use the model.clone() method, the model appears in the scene at the same position as the original. Any change in position affects the original model as well. Additionally, both the original and the cloned models have the same ID. Did I misunderstand the purpose of the clone() method, and should I use a different approach for this purpose? I found the SceneBuilder extension, but I don’t know how to extract the geometry of the GLB model for it.