Closed prashant-saxena closed 1 year ago
The vertices defining some (or possibly all) of your faces are not coplanar. See for example the vertices defining face 0 of `source.obj'.
Either make sure your quad-face vertices are coplanar, or consider converting to triangle meshes.
Hi, The three tutorials are producing errors:
I have tested on several other meshes but most of the time mcut is ending up with some message. There are two meshes in the attached zip file. The csgboolean.cpp is producing this error:
csgboolean.exe source.obj cutter.obj -i
or
csgboolean.exe source.obj cutter.obj -ds
Although when working it's producing a very fine cut that's why I'm interested in this library.
Cheers data.zip