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§
- Quadric
Simplification Config - Meta data to configure the simplification strategy.
Enums§
- Attribute
Simplification - Whether to simplify attributes as well as vertices.
- Simplification
Strategy - 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.