[vtkusers] Strange rendering artifacts

Keith k.weatherly at gmail.com
Thu Mar 14 21:54:25 EDT 2019


Interestly if i remove the vtkCleanPolyData (which i'm setting up with the
code below) i don't see the issue with the dots anymore, but the shading now
looks flat shaded so i lost the smooth shading effect.

    vtkSmartPointer<vtkCleanPolyData> cleanPolyData =
        vtkSmartPointer<vtkCleanPolyData>::New();
    cleanPolyData->SetInputData ( polyData );
    cleanPolyData->Update();





--
Sent from: http://vtk.1045678.n5.nabble.com/VTK-Users-f1224199.html


More information about the vtkusers mailing list