Next set
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@908 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -857,7 +857,7 @@ compute_screen_space_error(VHierarchyNodeHandle node_handle, VHierarchyNodeHandl
|
||||
residual = lp - mesh_.point(vh);
|
||||
min_distance = residual.length();
|
||||
|
||||
for (vf_it=mesh_.vf_iter(vh); vf_it; ++vf_it)
|
||||
for (vf_it=mesh_.vf_iter(vh); vf_it.is_valid(); ++vf_it)
|
||||
{
|
||||
heh = mesh_.halfedge_handle(*vf_it);
|
||||
tri[0] = mesh_.point(mesh_.to_vertex_handle(heh));
|
||||
|
||||
Reference in New Issue
Block a user