I am able to convert point cloud to mesh using inspiring work of Nik Willmore on Metaballs and Meralines but the problems are:
- his definition takes points as center lines of mesh volume which make the 3D object bigger that it should be.
- it takes a lot of calculation time to convert points clouds to mesh surfaces.
I only need to convert line connection of proximity 3D to surfaces but how?