Hey, currently I am trying to load multiple 3d elements on my page (works fine) and change the positionings with the help of a modal.
I followed this tutorial to provide only one canvas with multiple 3d elements in it: https://codesandbox.io/p/devbox/github/pmndrs/react-three-next/
However: the changing of the camera perspective is pretty buggy as you can see here: (see attached) -> If you don't know what I mean, watch the video (1 min)
Why is it that buggy and why does changing the position & target from one element does affect the other elements as well?
For the rendering of the elements I used the codesandbox. Let me know if you need more code for specific parts.