Skip to content
  • Lucas Givord's avatar
    vtkTableBasedClipDataSet: fix normal artefacts due to the clip · 48b75a81
    Lucas Givord authored
    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.
    48b75a81