Create a 3d "landscape"

edited November 2017 in How To...

Hi everyone,

I'm working on a visualization project. From the data I have calculated a large set of points, each of which has an X, a Y, and a Z coordinate. Drawing these out in 2d looks something like this:

Now, I am able to simply draw this out in 3d with lines, and then rotate the view with the mouse, which is something along these lines:

But the issue is that this is limited to the Processing window. However, I need a way to turn this into a "landscape" made out of polygons, which I can then export and open in a program like Blender. Any suggestions as to how I would go about doing that? Maybe some plugins that do this sort of thing?

Tagged:

Answers

Sign In or Register to comment.