CGAL / cgal

The public CGAL repository, see the README below
https://github.com/CGAL/cgal#readme
Other
4.87k stars 1.38k forks source link

Is there some randomness in the Poisson reconstruction algorithm? #6240

Open stla opened 2 years ago

stla commented 2 years ago

Hello,

I ran twice the same code and got slightly different results with the Poisson reconstruction. Is it normal?

sloriot commented 2 years ago

IIRC, there are some maps that are using as key address of elements created during the meshing of the result. This problem has been fixed for Mesh_3 but not for Surface_mesher that is used by Poisson.