gpytoolbox
gpytoolbox copied to clipboard
Add qslim decimation feature
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.