Module simplify

Source

Structs§

SimplifyOptions

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_scale
Returns the error scaling factor used by the simplifier to convert between absolute and relative extents
simplify_scale_decoder
Returns the error scaling factor used by the simplifier to convert between absolute and relative extents
simplify_sloppy
Reduces the number of triangles in the mesh, sacrificing mesh appearance for simplification performance.
simplify_sloppy_decoder
Reduces the number of triangles in the mesh, sacrificing mesh appearance for simplification performance.
simplify_with_attributes_and_locks
Reduces the number of triangles in the mesh, attempting to preserve mesh appearance as much as possible, weighing vertex attributes by the supplied weights, while respecting the given vertex locks
simplify_with_attributes_and_locks_decoder
Reduces the number of triangles in the mesh, attempting to preserve mesh appearance as much as possible, weighing vertex attributes by the supplied weights, while respecting the given vertex locks
simplify_with_locks
Reduces the number of triangles in the mesh, attempting to preserve mesh appearance as much as possible, while respecting the given vertex locks
simplify_with_locks_decoder
Reduces the number of triangles in the mesh, attempting to preserve mesh appearance as much as possible, while respecting the given vertex locks