Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wms fix transpose #38

Merged
merged 12 commits into from
Jun 23, 2023
Prev Previous commit
Next Next commit
docs: update simplify docstring
  • Loading branch information
william-silversmith committed Jun 21, 2023
commit 21878a8a3a0a84283cea436a378dde700b6cb76f
6 changes: 5 additions & 1 deletion zmesh/_zmesh.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,11 @@ class Mesher:
voxel_centered=False
):
"""
Mesh simplify(mesh, reduction_factor=0, max_error=40)
Mesh simplify(
mesh, reduction_factor=0,
max_error=40, compute_normals=False,
voxel_centered=False
)

Given a mesh object (either zmesh.Mesh or another object that has
mesh.vertices and mesh.faces implemented as numpy arrays), apply
Expand Down