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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user