[vtk-developers] Crash in subdivision filters
RobertS
spir.robert at gmail.com
Fri May 12 04:25:58 EDT 2017
Im working with subdivision filters and there is a reproducible case where
both vtkLoopSubdivisionFilter and vtkButterflySubdivisionFilter crash.
Try the example at
http://www.vtk.org/Wiki/VTK/Examples/Cxx/Meshes/Subdivision and modify it
that the sphere has higher number of triangles by adding lines
sphereSource->SetPhiResolution(500);
sphereSource->SetThetaResolution(500);
before
sphereSource->Update();
After that, vtkLinearSubdivisionFilter works fine but both other filters
crash.
This happens in both 7.1.1 and master version, in windows and in linux
Robert
--
View this message in context: http://vtk.1045678.n5.nabble.com/Crash-in-subdivision-filters-tp5743200.html
Sent from the VTK - Dev mailing list archive at Nabble.com.
More information about the vtk-developers
mailing list