Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Additional river rendering improvements #38

Open
anyweez opened this issue Dec 27, 2020 · 0 comments
Open

Additional river rendering improvements #38

anyweez opened this issue Dec 27, 2020 · 0 comments
Labels

Comments

@anyweez
Copy link
Owner

anyweez commented Dec 27, 2020

Following up on #32 there are still some improvements I can make to improve rendering quality of rivers.

  1. Each river segment (cell edge) is still a straight line. Add in some meandering to make it look more natural.
  2. Each segment's width is determined independently, and there can be sharp increases in width between segments.
  3. Due to interpolation with coastline rendering, rivers don't always visually terminate on coastlines (though the data structure suggests they will).

Useful notes:
https://azgaar.wordpress.com/2017/05/27/confluences/
https://azgaar.wordpress.com/2017/05/08/river-systems/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant