Skip to content

Improved ghost point support in vtkDataSetSurfaceFilter.

Only duplicate points were supported. Added support for hidden points. If a single hidden point is in a surface cell, we do not show it. On the other hand, all points need to be duplicate for the cell to be hidden.

Merge request reports