Cork Boolean Library Welcome to the Cork Boolean/CSG library. Cork is designed to support Boolean operations between triangle meshes. Surprisingly, most Boolean/CSG libraries available today (early 2013) are not robust to numerical errors. Floating-point errors often lead to segmentation faults or pr...
Cork Boolean Library Welcome to the Cork Boolean/CSG library. Cork is designed to support Boolean operations between triangle meshes. Surprisingly, most Boolean/CSG libraries available today (early 2013) are not robust to numerical errors. Floating-point errors often lead to segmentation faults or pr...
Constructive solid geometry (mesh boolean) addon for openFrameworks v0.10+ based on this fork of the Cork library.UsageThe addon includes mesh generation functions that create meshes that will work "out of the box" with the boolean operations:void...
We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {...
Cork is designed with the philosophy that you, the user, don't know and don't care about esoteric problems with floating point arithmetic. You just want a Boolean library with a simple interface, that you can rely on... Unfortunately since Cork is still in ongoing development, this may be...