Hi,
Is there any approach in three.js to draw and place multiple boxes using PlaneGeometry with only x and y.
(Without Z axis)
Hi!
PlaneGeometry
is a plane, whose vertices have some values on X- and Y- axes, and 0 on Z-axis.
Could you describe with more details the thing you want to achieve?
1 Like
Hi,
Consider i would like draw multiple locations in structured way. attached screenshot for your reference. is it possible to draw using only X and Y co-ordinates.
Put your planes, using X and Y coords only. And use OrthographicCamera
.
But I still don’t understand your goal.
1 Like