forked from zeux/meshoptimizer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
clusterizer: Allow larger leaves in kdtree
Instead of restricting leaves to just have a single point we now support an arbitrary number of points. This can noticeably improve the overall performance, e.g. on Bistro this change doubles the performance of meshlet construction with leaf size 8. Larger leaf sizes are also practical but for now to be conservative we'll just set this to 8.
- Loading branch information
Showing
1 changed file
with
42 additions
and
24 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