Skip to content

avoid infinite looping if the input points are invalid (fixes #2)

Christopher Tenter requested to merge poissonrecon_check into master

fix for issue #2 (closed)

Skip input points that are out of bounds or have invalid normals. If there is no valid input point, abort processing.

Merge request reports