I created a 3D space using Three.js, similar to the example shown here.
My goal now is to allow users to select and drag multiple objects simultaneously.
I'm questioning whether I can modify the existing example to achieve this or if I need to start from scratch with a different approach?
Appreciate any insight provided. Thank you.