We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Is there a way to edit the 3d shape of a box with the shape 3d library? I was trying to get through the Bezshape editor example but it's very complex, so I was wondering if there are methods from the box class that I could potentially use to alter its shape
Answers
If you mean change it into something other than a box then the answer is no. You can use the setSize() method to change the size of the box.
I suggest you look at the API for the Shapes3D library to see what methods are available before you think about how to edit them.
The library, API reference, and box --