We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I am making a 3D scanner from scratch. I already did the geometry part and I have the pointcloud for an object. How can I transform it in a STL file? Like meshing the points or so. In processing, not MeshLab etc.
Thanks
Answers
you could export to dxf and then convert this?
https://www.processing.org/reference/libraries/dxf/index.html
How is dxf meshing my points?
You have to import your point cloud and then triangulate the points in order to get your mesh. Have you tried HE_Mesh?