Alec Jacobson
Alec Jacobson
Thanks for pointing this out. I'm in the process of fixing gp assignments to work with libigl v2.0.0
I fixed it just now. Hopefully it works.
Looks like this is on windows. Could you give a bit more information about your setup?
I don't remember the situation for Windows. I think either you should install openblas or it should have been finding blas through matlab. Ideally it finds blas through matlab. If...
Hi Bruce, I'm trying to switch the compilation to cmake. Could you try the method described in mex/README.md ? -Alec
I think this function had some hard coded parameters that assumed the mesh would roughly fit in the unit box. I pushed a potential fix. The final extraction part is...
This code is from an external library. So it's a bit hard for me to debug. If you upload your V and F , I can give it a try....
This mesh is quite messing. I don't know exactly how strongly `perform_fast_marching` requires a manifold mesh, but I could imagine that duplicate faces, un-referenced vertices and non-manifold edges could send...
hi Faez, I'll try to take a look. Dec-Jan is super busy for me, so can't promise it will be quick. Some immediate thoughts. If you use `intersect_other` the result...
I don't know of any pure-matlab libraries to do this. I've significantly improved the ease-of-compilation for my gptoolbox/mex folder so hopefully you'll be able to compile those have a look...