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.08k stars 352 forks source link

Unused parameters in `tri_edge_collapse_quadric_tex` #239

Open FishWoWater opened 1 month ago

FishWoWater commented 1 month ago

Thanks for this helpful geometry processing library

Question: According to https://github.com/cnr-isti-vclab/vcglib/blob/devel/vcg/complex/algorithms/local_optimization/tri_edge_collapse_quadric_tex.h

I have noticed that UseVertexWeight, UseArea, PreserveBoundary are not used, but the corresponding functionalities are realised in tri_edge_collapse_quadric.h. Is this a desired behavaior or is it a mistake?

FishWoWater commented 1 month ago

@cignoni @alemuntoni any idea?