We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi, I'm trying to generate a surface from a point cloud in Processing that I generate using the point() function, how can I do that? Is there a processing library to do this?
Answers
maybe go the the libraries page:
https://processing.org/reference/libraries/#geometry
and search for "mesh"
(there are two, choose the one you like / that works)