Module meshopt::simplify [−][src]
Functions
simplify | Reduces the number of triangles in the mesh, attempting to preserve mesh appearance as much as possible. |
simplify_decoder | 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. |
simplify_sloppy_decoder | 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. |