Modified subdivider baseclass to support position update modification.
The algorithms still have to be modified refs #267 git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@519 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -174,8 +174,11 @@ protected:
|
||||
}
|
||||
|
||||
|
||||
bool subdivide( mesh_t& _m, size_t _n)
|
||||
bool subdivide( MeshType& _m, size_t _n , const bool _update_positions = true)
|
||||
{
|
||||
|
||||
///TODO:Implement fixed positions
|
||||
|
||||
typename mesh_t::FaceIter fit, f_end;
|
||||
typename mesh_t::EdgeIter eit, e_end;
|
||||
typename mesh_t::VertexIter vit;
|
||||
|
||||
Reference in New Issue
Block a user