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:
@@ -191,8 +191,11 @@ protected:
|
||||
}
|
||||
|
||||
|
||||
bool subdivide( MeshType& _m, size_t _n )
|
||||
bool subdivide( MeshType& _m, size_t _n , const bool _update_positions = true)
|
||||
{
|
||||
|
||||
///TODO:Implement fixed positions
|
||||
|
||||
typename MeshType::VertexIter vit;
|
||||
typename MeshType::VertexVertexIter vvit;
|
||||
typename MeshType::EdgeIter eit;
|
||||
|
||||
Reference in New Issue
Block a user