Skip to content

vtkDataSetSurfaceFilter: remove triangle strip support.

vtkDataSetSurfaceFilter no longer supports triangle strips. Please use vtkStripper to generate traingle strips, if needed. Triangle strips have not been used for accelerating rendering for years. That was the primary reason why this filter supported them.

Merge request reports