A problem about surface smoothing

Looks like you are missing the normals in the process. You can add them back with vtkPolyDataNormals filter.

I still don’t get it. Can you be more specific?Or is there any documentation i can refer to?thank you

https://vtk.org/doc/nightly/html/classvtkPolyDataNormals.html#details

  • Ok, thank you. This is very useful