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
Hi,
I want to use the mex files (especially principal_curvatures) in Matlab on my M1 Pro Macbook Pro. I am running Matlab 2019b.
I installed and build using the following steps:
However, this will still crash on your example. I think this is an edge case of principal_curvature and maybe in turn igl::principal_curvature which works by fitting a small neighborhood of vertices. I'm guessing that having only 4 vertices total is making it confused. @sgsellan do you know?
Hi,
I want to use the mex files (especially principal_curvatures) in Matlab on my M1 Pro Macbook Pro. I am running Matlab 2019b.
I installed and build using the following steps:
mex
folderI have the following simple tetrahedron as a shape
When calling principal curvatures as follows:
[PD1,PD2,PV1,PV2] = principal_curvature(V, F-1);
Matlab returns:
Is there a fix for this?
The text was updated successfully, but these errors were encountered: