cnr-isti-vclab / vcglib

The VCGlib is a C++, templated, no dependency, library for manipulation, processing and cleaning of triangle meshes
http://vcg.isti.cnr.it/vcglib
GNU General Public License v3.0
1.13k stars 353 forks source link

which paper does this "tri_edge_collapse_quadric_tex"algorithm refer to? #165

Open Jessica-Huangq opened 3 years ago

Jessica-Huangq commented 3 years ago

tri_edge_collapse_quadric_tex.h

this file decimates textured mesh.

jmespadero commented 2 years ago

This is based on QSLIM algorithm, written by Michael Garland. He publish all his papers at http://mgarland.org/papers/

Relevant ones are from years 1997 to 1999