gpytoolbox icon indicating copy to clipboard operation
gpytoolbox copied to clipboard

Add qslim decimation feature

Open odedstein opened this issue 11 months ago • 0 comments

Default libigl behavior for decimate is shortest edge decimation. With this PR, people can use our decimate function to choose between libigl's shortest edge and qslim implementations.

Default behavior as of this PR is shortest edge. Do we want to keep it that way?

Also, we should consider bumping the libigl version - newer libigl versions can prevent self-intersections in decimation.

odedstein avatar Mar 14 '24 18:03 odedstein