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

Fixed rendering of free-space voxels and pruning enclosed nodes #30

Merged
merged 1 commit into from
Apr 15, 2018

Conversation

MatthiasNieuwenhuisen
Copy link

This fixes issue #27 by removing the outer if that prohibits rendering of free-space nodes regardless the user selection.
Furthermore, it (hopefully) fixes issue #28 by taking the depth of nodes into account when calculating the neighbor indices and iterating over all potential neighbors on higher depths. This should correctly prune only cells that are surrounded by visible neighbors.

@ahornung
Copy link
Member

Great, thanks!

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.

None yet

2 participants