Skip to content

Commit

Permalink
fix(simplify): double multiplication by resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
william-silversmith committed Nov 1, 2023
1 parent 46420b8 commit 9b2970e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zmesh/_zmesh.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ class Mesher:
for i in range(len(result.points)):
result.points[i] += min_vertex

return self._normalize_simplified_mesh(result, voxel_centered, physical=False)
return self._normalize_simplified_mesh(result, voxel_centered, physical=True)

def clear(self):
self._mesher.clear()
Expand Down

0 comments on commit 9b2970e

Please sign in to comment.