Skip to main content

Module clustering

Module clustering 

Source
Expand description

Clustering-based mesh simplification

Implements the Rossignac & Borrel (1993) vertex clustering algorithm with extensions for adaptive octree-based clustering, multiple representative selection strategies, boundary-aware clustering, and sharp feature preservation.

Structs§

ClusteringSimplifier
Clustering-based mesh simplifier.

Enums§

ClusteringMode
Clustering grid mode.
RepresentativeStrategy
Strategy for selecting the representative vertex within a cluster.