CSG
CSG copied to clipboard
Create geometry objects from boolean operations.
Fix this such as: - This fix the issues with spheres having spikes when using a different radius - Making cylinders work the same way as in csg.js, as well...
**Describe the bug** I'm digging towards a deeper bug. I have a software that performs thousands of CSG operations, I am getting hard exits of the application (no exception or...
fixes #21
To change the viewer to be more of an editor, it would be nice to use ImNodes and ImGuizmo. Which was recently merged into the ImGui.NET project. https://github.com/mellinoe/ImGui.NET/pull/218 Currently waiting...
Improve the tests making them easier to maintain and benchmark performance and memory usage.