You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in the example "Generate blue noise samples on a mesh separated by approximately 0.01 times the bounding box diagonal" you have the same code as for "Generate 10000 samples on a mesh with poisson disk samples", namely f_i, bc = pcu.sample_mesh_poisson_disk(v, f, n, 10000)
The text was updated successfully, but these errors were encountered:
I have actually noticed one more thing: pcu.sample_mesh_random sometimes throws out some crazy high number for the facet id output ;-( But that happens very rare, so I call it again with random_seed set to get different sampling every time ;-) Thanks for your library!
Hi Francis,
in the example "Generate blue noise samples on a mesh separated by approximately 0.01 times the bounding box diagonal" you have the same code as for "Generate 10000 samples on a mesh with poisson disk samples", namely f_i, bc = pcu.sample_mesh_poisson_disk(v, f, n, 10000)
The text was updated successfully, but these errors were encountered: