Hello, I have been having a great time learning processing. I am up to a point now where I would like to make use of the data I am creating in processing in other software environments (like blender).
I basically want to export a series of points into a program which can polygonise them.
Unfortunately I am not aware of any free software which can do this and so I cannot even ask which processing library will be able to export the points in an appropriate format.
I was hoping somebody out there would know what direction to point me in.
One way I have tried is to make lines instead of points or triangles and export them using DXF, but this at least doubles my point count and then the kind of software which I am aware of which could read the file is incapable of creating a mesh from this data.
1