-
Notifications
You must be signed in to change notification settings - Fork 510
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
demo: Implement locked boundary metrics
When vertex locks are used, we can count the number of locked vertices in each cluster which is a representation of the boundary that restricts the simplifier. This is a little different from the regular meshlet boundary, as the boundary is computed for groups of clusters, but evaluated on a simplified subset to make the metrics match between other metrics of the same LOD. To reduce clutter we also now output stuck statistics only if any clusters are stuck in a given LOD.
- Loading branch information
Showing
1 changed file
with
10 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters