You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unless I'm missing a special case here, we don't need to check the duplicate neighbors because we iterate over all neighbors for each vertex, and each face is processed only once for each vertex. We can set the map entry directly instead.
erdenbatuhan
changed the title
Simplify "populateNeighborhood" by eliminating redundant operations
Simplify populateNeighborhood by eliminating redundant operations
Feb 14, 2022
Please verify and fix the following:
interactive-arap/src/Arap.cpp
Line 45 in b864ab7
interactive-arap/src/Arap.cpp
Line 38 in b864ab7
The text was updated successfully, but these errors were encountered: