Skip to content

Field mapping vtkQuadricDecimation

The vtkQuadricDecimation filter could not map point data to its output during decimation without taking it into account in its decimation calculation. This MR adds that capability through a dedicated boolean property MapPointData. The point data interpolation is performed along an edge before it is collapsed.

Before: image

After 95% decimation:

image

Edited by Julien Fausty

Merge request reports