Skip to content
Discussion options

You must be logged in to vote

Yes - regularization doesn't directly inspect bone attributes. When using meshopt_simplifyWithAttributes, you keep all values of positions & attributes (including those that aren't passed to the simplifier), as it only returns an updated index buffer. Of course, this may mean that simplification disregards the attribute variance over some edges if it doesn't know about these attributes; but with regularization it's generally speaking not a significant issue.

When using simplifyWithUpdate, the simplifier will update attributes that it does see; however, since it also produces indices that refer to the original buffer, all attributes that it doesn't see can also be retained as is. Using bon…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@ccpisheden
Comment options

@zeux
Comment options

zeux Oct 23, 2025
Maintainer

Answer selected by ccpisheden
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants