Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
schlegelp committed May 23, 2023
1 parent 9358eb5 commit f06273c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sparsecubes/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ def marching_cubes(voxels, spacing=None, step_size=1, verbose=False):

# Collapse vertices
log('Merging vertices... ', end='', flush=True, verbose=verbose)
merge_vertices(m)
tm.grouping.merge_vertices(m, digits_vertex=0,
merge_tex=True, merge_norm=True)
log('Done.', flush=True, verbose=verbose)

# Apply spacing after we collapse duplicate vertices
Expand Down

0 comments on commit f06273c

Please sign in to comment.