Skip to content

vtkPoissonDiskSampler fixes

  • vtkPoissonDiskSampler was assuming that the input had normals, crashing if it had not. This is corrected, and in general data set attribute types are now correctly handled.

  • The mutex adding points and point data is removed. Coyping is done at the Reduce step in the worker.

  • Points are now sorted in the same order as they are in the input.

Merge request reports