From 23d4533559ffb378b1475da8d7afb74970caef90 Mon Sep 17 00:00:00 2001 From: cignoni Date: Tue, 18 Feb 2014 11:01:44 +0000 Subject: [PATCH] PolygonalMesh Debugging: corrected typo in the name of the polychord class --- .../polygonmesh_polychord_collapse.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/sample/polygonmesh_polychord_collapse/polygonmesh_polychord_collapse.cpp b/apps/sample/polygonmesh_polychord_collapse/polygonmesh_polychord_collapse.cpp index 4d8fd3b7..06979cd3 100644 --- a/apps/sample/polygonmesh_polychord_collapse/polygonmesh_polychord_collapse.cpp +++ b/apps/sample/polygonmesh_polychord_collapse/polygonmesh_polychord_collapse.cpp @@ -95,7 +95,7 @@ int main(int argc, char *argv[]) return err; // collapse ********************************************************************************************** - vcg::tri::PolycoordCollapse::CollapseAllPolycoords(mesh, true); + vcg::tri::PolychordCollapse::CollapseAllPolychords(mesh, true); // these don't work with polygonal meshes: vcg::tri::Allocator::CompactFaceVector(mesh);