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

Support new features in Meshoptimizer v0.20 #1153

Open
donmccurdy opened this issue Nov 3, 2023 · 2 comments
Open

Support new features in Meshoptimizer v0.20 #1153

donmccurdy opened this issue Nov 3, 2023 · 2 comments
Labels
dependencies Pull requests and issues related to dependencies feature New enhancement or request package:functions
Milestone

Comments

@donmccurdy
Copy link
Owner

donmccurdy commented Nov 3, 2023

From https://github.com/zeux/meshoptimizer/releases/tag/v0.20

  • Introduce reorderPoints function to MeshoptEncoder; this function is recommended for use with point clouds to reduce data size and improve render locality
  • ...
  • Introduce experimental simplifyPoints and simplifyWithAttributes functions to MeshoptSimplifier; these functions may change interface/implementation significantly in future releases and require setting useExperimentalFeatures to true.

Related:

@donmccurdy donmccurdy added feature New enhancement or request package:functions labels Nov 3, 2023
@donmccurdy donmccurdy added this to the v4.0 milestone Nov 3, 2023
@donmccurdy donmccurdy added the dependencies Pull requests and issues related to dependencies label Jan 27, 2024
@donmccurdy
Copy link
Owner Author

Helpful test case for attribute-aware simplification:

https://sketchfab.com/3d-models/bananya-birbo-900ce1ec328e486296cfee70b9b13a45

@donmccurdy
Copy link
Owner Author

It looks like there are breaking changes planned for the simplifyWithAttributes API, which is still experimental:

zeux/meshoptimizer#601

I think the rest of this task – supporting simplifyWithAttributes — will need to wait for a 4.1+ release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests and issues related to dependencies feature New enhancement or request package:functions
Projects
None yet
Development

No branches or pull requests

1 participant