[][src]Module meshopt::simplify

Functions

simplify

Reduces the number of triangles in the mesh, attempting to preserve mesh appearance as much as possible.

simplify_sloppy

Reduces the number of triangles in the mesh, sacrificing mesh appearance for simplification performance. The algorithm doesn't preserve mesh topology but is always able to reach target triangle count.