I want to model erosion using VEX on heightfields. Part of my requirement is to have lakes where the water level is above the underlying ground level. I suspect I need to have two heightfields or to have an extra layer in my heightfield.
When I have two heightfields, either merged or fed as two inputs to my VEX, I can't see how to addres the second one. Any attempt to change height only impacts the first.
Can someone recmmend an approach?
Thanks
Cliff