Render rivers in a grid.
- by Gabriel A. Zorrilla
I have created a random height map and now i want to create rivers. I've made an algorithm based on a* to make rivers flow from peaks to sea and now i'm in the quest of figuring out an elegant algorithm to render them.
It's a 2D, square, mapgrid. The cells which the river pases has a simple integer value with this form :rivernumber &&…