PolygonalMesh Debugging: corrected typo in the name of the polychord class

This commit is contained in:
Paolo Cignoni 2014-02-18 11:01:44 +00:00
parent f896e9bd3e
commit 23d4533559
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ int main(int argc, char *argv[])
return err;
// collapse **********************************************************************************************
vcg::tri::PolycoordCollapse<PolyMesh>::CollapseAllPolycoords(mesh, true);
vcg::tri::PolychordCollapse<PolyMesh>::CollapseAllPolychords(mesh, true);
// these don't work with polygonal meshes:
vcg::tri::Allocator<PolyMesh>::CompactFaceVector(mesh);