Skip to content

Added high-performance triangle decimation algorithm

Will Schroeder requested to merge will.schroeder/vtk:Binned-Decimation into master

vtkBinnedDecimation is a high-performance, threaded algorithm for reducing the number of triangles in a mesh. It is similar to vtkQuadricClustering but typically 10-50x faster.

Edited by Will Schroeder

Merge request reports