Create a 3D object from coordinates ?

Hi,

I wanted to know if there was a way to create a 3D object from coordinates ?
I’m generating islands using the Perlin Noise, but for doing that, I’m generating a lot of cubes, and that’s slowing my computer a lot so would like to being able to ‘transform’ all these cubes in a single object.

Thanks in advance : ).

Instead of cubes, which have 6 faces, you should use a plane and arrange it’s vertices to be the heights that you need. I recommend Sebastian Lague’s tutorial on youtube.

I’ll check that, thanks :).