Implement coastal erosion filter
The coastal erosion algorithm smoothes the terrain below sea level. It takes a sea level height as input. Optionally it also returns a sand mask.
The coastal erosion algorithm smoothes the terrain below sea level. It takes a sea level height as input. Optionally it also returns a sand mask.