I got my first terrain generator running. It was actually quite easy. 🤓
But the result does not match my expectations. I need to change the way the height is applied... 🤔
I got my first terrain generator running. It was actually quite easy. 🤓
But the result does not match my expectations. I need to change the way the height is applied... 🤔
I only use primitives for my objects.
For the next task I need to align the mesh vertices with the ground grid. Thats where the 'slice' operation comes into place.
It generates two meshes from a source mesh and a plane.
The gap is for illustration purposes.
I only use primitives for my objects.
For the next task I need to align the mesh vertices with the ground grid. Thats where the 'slice' operation comes into place.
It generates two meshes from a source mesh and a plane.
The gap is for illustration purposes.
Pro tip: Take small steps and try to find simple solutions!
Pro tip: Take small steps and try to find simple solutions!