You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering if it's possible to split a mesh with another mesh using cork. I think this stage must happen anyway during a union - perhaps there is a way to access it directly?
Great library, btw!
The text was updated successfully, but these errors were encountered:
You can look at the C++ API more directly, but I think there’s an intersection call even in the C API. This will merge the triangle lists for the two meshes into one. (i.e. it will intersect the two surfaces) At that point, all you have to do is go through and delete all the triangles and vertices you don’t want to keep, which hopefully is simpler to do?
I was wondering if it's possible to split a mesh with another mesh using cork. I think this stage must happen anyway during a union - perhaps there is a way to access it directly?
Great library, btw!
—
Reply to this email directly or view it on GitHub.
Hi there,
I was wondering if it's possible to split a mesh with another mesh using cork. I think this stage must happen anyway during a union - perhaps there is a way to access it directly?
Great library, btw!
The text was updated successfully, but these errors were encountered: