csgjs-cpp
csgjs-cpp copied to clipboard
CSG library for C++, port of https://github.com/evanw/csg.js/
If I have a cube that has a uniform scale of 1.0 and perform a union with a smaller cube that only intersects with one plane (side) of the first...
**csgjs_vector pos; csgjs_vector normal; csgjs_vector uv;******
Hi ! I experienced csgjs to get stuck in build trying to split one polygon against itself over and over because the coplanar test fails in splitPolygon() because of precision...