diff --git a/vcg/complex/algorithms/voronoi_clustering.h b/vcg/complex/algorithms/voronoi_clustering.h index df24f3b9..698d1fbd 100644 --- a/vcg/complex/algorithms/voronoi_clustering.h +++ b/vcg/complex/algorithms/voronoi_clustering.h @@ -853,7 +853,7 @@ static void QuadricRelax(MeshType &m, std::vector &seedVec, std::v } tri::UpdateColor::PerVertexQualityRamp(m); - tri::io::ExporterPLY::Save(m,"last.ply",tri::io::Mask::IOM_VERTCOLOR + tri::io::Mask::IOM_VERTQUALITY ); +// tri::io::ExporterPLY::Save(m,"last.ply",tri::io::Mask::IOM_VERTCOLOR + tri::io::Mask::IOM_VERTQUALITY ); // update the seedvector with the new maxima (For the vertex not selected) for(size_t i=0;i