[vtkusers] Differences in vtkPolyData for use with vtkCurvatures

Olliebrown seth.berrier at gmail.com
Wed Feb 9 16:19:13 EST 2011


Found a quick fix.  Just process the output of the vtkOBJReader with a
default vtkCleanPolyData filter.



> vtkSmartPointer<vtkCleanPolyData> cleaner =
>             vtkSmartPointer<vtkCleanPolyData>::New();
> cleaner->SetInputConnection(readerOutput);
> 

The resulting vtkPolyData has the exact same vertex count as the PLY reader
and the vtkCurvatures result is identical (and correct).  woot!

Seth
-- 
View this message in context: http://vtk.1045678.n5.nabble.com/Differences-in-vtkPolyData-for-use-with-vtkCurvatures-tp3378043p3378315.html
Sent from the VTK - Users mailing list archive at Nabble.com.



More information about the vtkusers mailing list