I ma trying to figure out if there is a Boolean subtraction functionality native in SceneKit or RealityKit. Simple operation like cutting a hole in a box from a sphere.
If not, are there any libraries (free) that I can look into?
I think Model I/O offers this for Voxels: https://developer.apple.com/documentation/modelio/mdlvoxelarray
But you could take a look at this library to generate models which could be used in SceneKit via SCNGeometry(which in turn could be exported to USDZ and then used with RealityKit): https://github.com/nicklockwood/Euclid