-
- Downloads
vtkTableBasedClipDataSet: fix normal artefacts due to the clip
Previously when the locator, which will be the vtkMergePoints, merges points cannot handle properly normal array. To avoid to recompute each normal we using another locator which will not perform merge points : vtkNonMergingPointLocator, when 'normal' data is present.
Showing
- Filters/General/Testing/Python/tableBasedClip.py 37 additions, 0 deletionsFilters/General/Testing/Python/tableBasedClip.py
- Filters/General/vtkTableBasedClipDataSet.cxx 13 additions, 0 deletionsFilters/General/vtkTableBasedClipDataSet.cxx
- Filters/General/vtkTableBasedClipDataSet.h 14 additions, 1 deletionFilters/General/vtkTableBasedClipDataSet.h
Loading
Please register or sign in to comment