Open altavir opened 4 years ago
Use https://github.com/Jiro-Digital/three-csg-ts or https://github.com/miho/JCSG as inspiration.
In order to implement it, one needs to create a custom version of Composite that accepts two GeometrySolids instead of simple solids and implements GeometrySolid itself.
Composite
GeometrySolid
Use https://github.com/Jiro-Digital/three-csg-ts or https://github.com/miho/JCSG as inspiration.
In order to implement it, one needs to create a custom version of
Composite
that accepts twoGeometrySolid
s instead of simple solids and implementsGeometrySolid
itself.