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
This method is currently un-implemented. The goal is to set vertex IDs based on the most common ID for neighboring faces. To do this efficiently, my thought was to iterate over the face IDs and build a dict containing a list of IDs for each vertex. Then use a collections.Counter to record the most common one per vertex.
The text was updated successfully, but these errors were encountered:
This method is currently un-implemented. The goal is to set vertex IDs based on the most common ID for neighboring faces. To do this efficiently, my thought was to iterate over the face IDs and build a dict containing a list of IDs for each vertex. Then use a
collections.Counter
to record the most common one per vertex.The text was updated successfully, but these errors were encountered: