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

fix(functions): Group meshopt-compressed accessors by parent #1384

Merged
merged 2 commits into from
May 2, 2024

Conversation

donmccurdy
Copy link
Owner

By default, glTF Transform groups accessors into buffer views by their parent mesh primitives. Currently the Meshopt encoding implementation does not do that grouping, and for consistency it should. If there's a compelling reason to allow buffer views to be unified rather than grouped, that can potentially be added as a new option on the I/O class that isn't specific to Meshopt.

@donmccurdy donmccurdy added the bug Something isn't working label May 2, 2024
@donmccurdy donmccurdy added this to the v4.0 milestone May 2, 2024
@donmccurdy donmccurdy marked this pull request as ready for review May 2, 2024 02:52
@donmccurdy donmccurdy merged commit bf1e4c5 into main May 2, 2024
7 checks passed
@donmccurdy donmccurdy deleted the fix/meshopt-group-accessors-by-parent branch May 2, 2024 23:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working package:extensions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

An option to keep separate buffer views when doing meshopt
1 participant