Skip to content

decimate collision meshes (#260) #261

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

Merged
merged 1 commit into from
Mar 25, 2025
Merged

Conversation

mhubii
Copy link
Member

@mhubii mhubii commented Mar 25, 2025

Decimating meshes, refer https://pyvista.github.io/fast-simplification/#advanced-usage:

mesh = pyvista.read(mesh_path)
simple = mesh.decimate(0.97)  # vtkQuadricDecimation
simple.save(mesh_path)

@mhubii mhubii merged commit c3d7c84 into rolling Mar 25, 2025
2 of 8 checks passed
@mhubii
Copy link
Member Author

mhubii commented Mar 25, 2025

/backport

Copy link

GitHub Actions is not permitted to create or approve pull requests. - https://docs.github.com/rest/pulls/pulls#create-a-pull-request

@mhubii mhubii deleted the dev-rolling-mesh-decimate branch March 25, 2025 11:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant