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 : ).