Does using attribute-aware remap makes meshopt_simplify equiavlent to meshopt_simplifyWithAttributes?
#999
Replies: 1 comment
-
|
Nevermind, discovered Permissive mode. Apparently, LODs are very nuanced |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I noticed that
meshopt_simplifyWithAttributesconverges to a suboptimal index count while using attribute-unaware API performed as expected. Naturally I tried replacingmeshopt_simplifyWithAttributeswithmeshopt_simplifyfor sparse LODs. This didn't do the trick.Changing remap method however from
meshopt_generateVertexRemapMultitomeshopt_generateVertexRemapdid great - non-sparse LODs didn't change and sparse ones were simplified as expectedIs there a neat way of fixing this?
Beta Was this translation helpful? Give feedback.
All reactions