sashman / terrain_generator

5 stars 0 forks source link

Revision of River Generation #17

Open sashman opened 11 years ago

sashman commented 11 years ago

Background

Currently the rivers are generated using linked lists with optional branching.

What needs to be done

Improvement of branching and resolution of local minimum (implement lake over flow).

How to do it

Get to know rivers.cpp and edit the algorithm to check whether a standing lake has been formed, if so pick the lowest "outside" point and force a branch from there.