Module quadric_simplification

Source
Expand description

This module implements quadric error based mesh simplification. It includes both a variant that is agnostic to attributes and a version that measures attribute errors.

Structs§

QuadricSimplificationConfig
Meta data to configure the simplification strategy.

Enums§

AttributeSimplification
Whether to simplify attributes as well as vertices.
SimplificationStrategy
Which kind of simplification strategy to use.

Functions§

quadric_simplify
Uses quadric distances to reduce the total number of edges until a target face count is reached.