-
Notifications
You must be signed in to change notification settings - Fork 54
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
Chunk system #29
Chunk system #29
Conversation
I removed some unnecessary code duplication. If we'd introduce a base class for all modifiers which can work with chunk, we could erase this. |
Just tried it in my editor, looks great! I'm debating rn between having the chunk loader in its own node like it is at the moment, or in the Generators. I think I like the idea of having a |
Btw, could we add a |
And about the random noise seed problem, maybe we only change the seed in the |
I think a |
That sounds good! |
I think this PR is ready now. Enabling the user to save the data is beyond the scope of this but definitely worth investing some time in. Other than that I think this is finished |
LGTM! |
this is a first version of a chunk system mentioned in #16.
There are some areas which need some work.
I hope this PR matches the vision for this plugin :) Any kind of help would be really appreciated ^^