Is there a better way to dig tunnels on the ground

Consider giving CSG2 a try.

Here’s how fast cutting a sphere can be:

And here’s a class that retains intermediate data to make repeated intersection or subtraction faster:

It’s customized for repeated double wedge creation, but some of the techniques of keeping data, updating vertices, etc. can speed things up.

1 Like