I’m hired to create a product configurator, and am looking at Three.js because it seems good for my use case. The biggest problem is that I will need to display blocks of stone that will have pieces cut out, … Would I need to create the shape ‘from scratch’ every time someone edits the place of the cut out, or is there a simpeler way like creating a new shape at the place of the cut out?
I will probably work in React.js in case this matters in any way.