Is there functionality to have multiple different 3D objects on a canvas and interact with them separately (rather than moving the camera and altering the view of all the objects). Currenlty I have three 3D objects (cube, sphere and cylinder).
I have also tried to create separate canvases in a 1x3 grid and occupying each of these canvases with one of these shape children, which unfortunately did not work.
Hi there,
Is there functionality to have multiple different 3D objects on a canvas and interact with them separately (rather than moving the camera and altering the view of all the objects). Currenlty I have three 3D objects (cube, sphere and cylinder).
This is part of my current implementation:
I have also tried to create separate canvases in a 1x3 grid and occupying each of these canvases with one of these shape children, which unfortunately did not work.
I would appreciate any help.