re-added CatmullClark without point updates support

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1085 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
David Bommes
2014-06-04 11:53:17 +00:00
parent ff2053119e
commit d77c740b86
2 changed files with 17 additions and 13 deletions

View File

@@ -144,7 +144,7 @@ private:
void split_face( MeshType& _m, const FaceHandle& _fh);
void compute_midpoint( MeshType& _m, const EdgeHandle& _eh);
void compute_midpoint( MeshType& _m, const EdgeHandle& _eh, const bool _update_points);
void update_vertex(MeshType& _m, const VertexHandle& _vh);