SciProgCentre / visionforge

Visualization module for dataforge
Apache License 2.0
36 stars 8 forks source link

Port CSG to multiplatform geometry. #33

Open altavir opened 4 years ago

altavir commented 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.