Physically-based analytical erosion for fast terrain generation
Computer Graphics Forum (Proceedings of the Eurographics conference), Volume 43 - 2024
Terrain generation methods have long been divided between procedural and physically-based.
Procedural methods build upon the fast evaluation of a mathematical function but suffer from a lack of geological consistency,
while physically-based simulation enforces this consistency at the cost of thousands of iterations unraveling the history of the landscape.
In particular, the simulation of the competition between tectonic uplift and fluvial erosion expressed by the stream power law
raised recent interest in computer graphics as this allows the generation and control of consistent large-scale mountain ranges, albeit at the cost of a lengthy simulation.
In this paper, we explore the analytical solutions of the stream power law and propose a method that is both physically-based and procedural,
allowing fast and consistent large-scale terrain generation.
In our approach, time is no longer the stopping criterion of an iterative process but acts as the parameter of a mathematical function,
a slider that controls the aging of the input terrain from a subtle erosion to the complete replacement by a fully formed mountain range.
While analytical solutions have been proposed by the geomorphology community for the 1D case, extending them to a 2D heightmap proves challenging.
We propose an efficient implementation of the analytical solutions with a multigrid accelerated iterative process and solutions
to incorporate landslides and hillslope processes - two erosion factors that complement the stream power law.
Images and movies
See also
Example data
Acknowledgements and Funding
This project was sponsored by the Agence Nationale de la Recherche project Invterra ANR-22-CE33-0012-01, by the H2020 European Research Council (grant agreement no. 803721), and research and software donations from Adobe Inc.
BibTex references
@InProceedings{TGSC24, author = "Tzathas, Petros and Gailleton, Boris and Steer, Philippe and Cordonnier, Guillaume", title = "Physically-based analytical erosion for fast terrain generation", booktitle = "Computer Graphics Forum (Proceedings of the Eurographics conference)", volume = "43", year = "2024", publisher = "Wiley", organization = "Eurographics", keywords = "Terrain modeling, Physically based", url = "http://www-sop.inria.fr/reves/Basilic/2024/TGSC24" }