From 628f22f3c9db94172118bb364c725d5b2e85b22b Mon Sep 17 00:00:00 2001 From: cignoni Date: Fri, 15 Oct 2010 09:23:09 +0000 Subject: [PATCH] removed one useless parameter from the FastFit function of the paso-doble smoothing function. --- vcg/complex/trimesh/smooth.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vcg/complex/trimesh/smooth.h b/vcg/complex/trimesh/smooth.h index a7c9f17e..e926e43b 100644 --- a/vcg/complex/trimesh/smooth.h +++ b/vcg/complex/trimesh/smooth.h @@ -1210,7 +1210,7 @@ void FitMesh(MeshType &m, static void FastFitMesh(MeshType &m, SimpleTempData &TDV, - SimpleTempData &TDF, + //SimpleTempData &TDF, bool OnlySelected=false) { //vcg::face::Pos ep; @@ -1289,7 +1289,7 @@ static void VertexCoordPasoDobleFast(MeshType &m, int NormalSmoothStep, typename FaceNormalAngleThreshold(m,TDF,Sigma); for(int j=0;j