PolygonalMesh Debugging: corrected typo in the name of the polychord class
This commit is contained in:
parent
f896e9bd3e
commit
23d4533559
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue