Skip to content

BUG: Mismatch between # of points and # of tcoords results in segfault

Dan Lipsa requested to merge danlipsa/vtk:parametric-functions into master

vtkPolyDataNormals can split the mesh if it finds sharp features. This creates new points which results in mismatch with the number of tcoords, because tcoors are attached after the normal computation.

Merge request reports