csgjs-cpp icon indicating copy to clipboard operation
csgjs-cpp copied to clipboard

CSG library for C++, port of https://github.com/evanw/csg.js/

Results 3 csgjs-cpp issues
Sort by recently updated
recently updated
newest added

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