Vue tutorial
Vue ecosystems are a nice feature, but the distribution of items is often too regular. This tutorial shows how to get natural looking clusters of objects in Vue ecosystems.
Vue ecosystems are a nice feature, but the distribution of items is often too regular. This tutorial shows how to get natural looking clusters of objects in Vue ecosystems.
This tutorial uses the following apps:

Here is an image using the normal Vue ecosystem distribution. It looks Ok, but the distribution of the ecosystem items is quite linear. The rocks are approximately the same size and distributed evenly on the terrain.

The same viewed from above. In real life it would clearly not look this way. Large rocks tend to break in smaller sizes and generate tiny bits of stone. These need to be close to the "seed". To be realistic we therefore need to create clusters of rocks of different sizes.

Fortunately Vue comes with an interesting feature to create such clusters: layer affinity.
Start from a terrain with the default material. CTRL click the material to edit it. Turn it into an ecosystem and follow these steps:
That's all. But it is only the first layer.
You need to create additional ecosystem layers for the smaller rocks and they need to be above the existing one.
Click the add layer button. When prompted to choose a material, hit escape. This will create a basic grey layer. Turn this layer into an ecosystem. Then delete the grey layer and retain the ecosystem.
You can then follow these steps on the new ecosystem layer:

You now need another layer for the smaller rocks. Use the same process to create the ecosystem layer. Make sure the layer is created above the medium rocks one. Then do the following on the new layer:

You can now test the population. Start with the "large rocks" layer, then populate the "medium rocks" one and finish with the "small rocks".
You should have something roughly similar to this picture, looking like this from above: large rocks with groups of smaller ones around them. There should still be a fair amount of rogue ones.

The standard Vue distribution looks equally annoying with plants. Trees tend to grow in groups as they seed, not in a regular way as in this image. It almost looks like an orchard and there is no way to solve this issue with only one layer unless you push the density to 90% and fill all the terrain with trees or drive the density with a function, with sometimes unpredictable results.

Here is how it looks with clustered distribution. On this version, I use two ecosystem layers for the trees. The top layer has the following settings:

Blender has a vast choice of tools to scatter things around, and since version 5 it even has an easy way to do it easily with the Scatter on Surface modifier.
For clumped distributions, the Geo Scatter tool has the 'layer affinity' option, just like Vue.