Hello!
I’ve been assigned the task to fetch models uploaded to Speckle, display them, and be able to work with each element separately. When I click on an element in the 3D model, its data should be immediately passed to my website, and based on that, perform operations using a form. Can you suggest solutions on how I could achieve this?
So far, I’ve been experimenting with GraphQL and Three.js, but haven’t made much progress. I’m working with a React frontend and Node.js backend.
Thank you in advance for your help.