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

Correct node insertions #99

Merged
merged 4 commits into from
Aug 24, 2024
Merged

Correct node insertions #99

merged 4 commits into from
Aug 24, 2024

Conversation

Goby56
Copy link
Owner

@Goby56 Goby56 commented Aug 24, 2024

Changes

  • Nodes are now placed in the correct brick y level. ArrayList::insert caused shifting of bricks to another y level. A traditional array is now used.
  • Flood fill distance reduced from 3 to 2. Halves node texturing time.

Goby56 added 4 commits August 23, 2024 11:53
well its not that bad but WHY does Arraylist::add at index SHIFT THE WHOLE ARRAY AHHH. Anyway now the splash planes wont show D:
flood fill 2 seems to work fine and cuts texturing time in half from what flood fill 3 did
@Goby56 Goby56 merged commit a0898e9 into main Aug 24, 2024
4 checks passed
@Goby56 Goby56 deleted the dev branch January 1, 2025 18:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant