I'm looking to create an image using various geometric shapes, but I want them all to be visible from the same perspective. Essentially, I don't need a true 3D scene, but rather a collection of individual shape images placed together.
Is there a way to achieve this using Three.js?
I am able to draw each shape in the desired view at the center of the screen, but I'm unsure how to place multiple shapes inside a specific div one after another.
Thank you.