You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our system expects models to have the different vertex attributes (position, texcoords, normals, etc.), and I was wondering if meshopt_simplify and meshopt_simplifySloppy supported this use case. If I understand correctly these algorithms create a index buffer based on the original data. This seems like it would work with my use case, though I just wanted to make sure that I'm understanding this correctly.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Our system expects models to have the different vertex attributes (position, texcoords, normals, etc.), and I was wondering if
meshopt_simplify
andmeshopt_simplifySloppy
supported this use case. If I understand correctly these algorithms create a index buffer based on the original data. This seems like it would work with my use case, though I just wanted to make sure that I'm understanding this correctly.Beta Was this translation helpful? Give feedback.
All reactions