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

Reduce cave density #146

Open
olls opened this issue May 14, 2018 · 0 comments
Open

Reduce cave density #146

olls opened this issue May 14, 2018 · 0 comments

Comments

@olls
Copy link
Member

olls commented May 14, 2018

There are far too many caves. We can't reduce their density by tweaking the cave_chance attribute, because that results in no caves being generated because the CA requires many air_points to be touching for a cave to be generated.

Maybe some kind of generating the air_points uniformly across the map, we generate seed points uniformly at a much lower density, then generate air_points around those seed points with a high density.

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

No branches or pull requests

1 participant