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

Update to latest meshoptimizer, regenerate bindings, add vertex lock API #39

Merged
merged 1 commit into from
Apr 3, 2024

Conversation

oisyn
Copy link
Collaborator

@oisyn oisyn commented Apr 3, 2024

My vertex lock PR finally landed: zeux/meshoptimizer#601

This PR updates the meshoptimizer to latest to incorporate that change, and adds an API to specifify which vertices to lock when simplifying.

A note for people previously using our Traverse branch for this feature, the API has changed somewhat; it now requires a slice of booleans specifying whether a vertex is locked for each vertex, rather than a slice of vertex indices.

@oisyn oisyn marked this pull request as draft April 3, 2024 10:15
@oisyn oisyn marked this pull request as ready for review April 3, 2024 10:17
@oisyn oisyn merged commit 4290a77 into gwihlidal:master Apr 3, 2024
@oisyn oisyn deleted the vertex-lock branch April 3, 2024 10:18
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