libigl / libigl.github.io

Repository for the libigl website, online tutorial and documentation
http://libigl.github.io
4 stars 29 forks source link

"Mesh Decimation" (Chapter 7) uses deprecated syntax #37

Open evilrhinohater opened 4 years ago

evilrhinohater commented 4 years ago

The tutorial calls decimate via

igl::decimate(V,F,1000,U,G);

However, a quick look at libigl/include/igl/decimate.h shows that there is no such function.