Open szobov opened 3 years ago
@sloriot @afabri Who is responsible for Nef_3, now?
@szobov Thanks for your report. Do you have any way to verify if that bug still applies with CGAL-5.2 (the later public version), or with CGAL master
? It seems you use an old version of CGAL shipped with libigl. Maybe that could be updated?
The CMake code that downlods CGAL is here: https://github.com/libigl/libigl/blob/2ce04b54fc99e3b6643a6c699f4b5b9e950dd63b/cmake/LibiglDownloadExternal.cmake#L43-L48
That is actually a download of CGAL-4.12, that is three years old, and no longer supported.
@lrineau thanks for the reply!
@szobov Thanks for your report. Do you have any way to verify if that bug still applies with CGAL-5.2 (the later public version), or with CGAL
master
? It seems you use an old version of CGAL shipped with libigl. Maybe that could be updated?
I've checked out to https://github.com/CGAL/cgal/commit/c733c2a9874a9b47a03cbf2bfade32c0a2b51fee but the problem is still here. If you need any help, please ask. Cheers.
PS. I've also created a similar issue, but the errors themself seem to be different. https://github.com/CGAL/cgal/issues/5711
Hi there, I was trying to run convex decomposition on the nef_polyhedron, but it's failed.
Issue Details
Source Code
(I didn't compile it but seems to be valid) broken_mesh1804289383.stl.zip
Environment
If you need any other info, please ask. Thanks