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
simplifier: Mark attribute and point simplifiers as stable
While both functions may see further behavior changes, they should be
consistent with the existing interface in terms of meaning of values,
and no interface changes are planned for these functions. New
functionality can be exposed either via the options bitmask or via new
functions.
* Experimental: Mesh simplifier with attribute metric
402
+
* Mesh simplifier with attribute metric
403
403
* The algorithm enhances meshopt_simplify by incorporating attribute values into the error metric used to prioritize simplification order; see meshopt_simplify documentation for details.
404
404
* Note that the number of attributes affects memory requirements and running time; this algorithm requires ~1.5x more memory and time compared to meshopt_simplify when using 4 scalar attributes.
0 commit comments