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

Fix octree adjacency bounding box calculation #332

Merged
merged 3 commits into from
Oct 26, 2013

Conversation

jpapon
Copy link
Contributor

@jpapon jpapon commented Oct 18, 2013

This makes it so octree adjacency no longer dynamically resizes its keys.
Dynamic adding of points isn't supported in adjacency at the moment anyways, since neighbors would need to be recomputed if a voxel was added. This also disables the functions from OctreePointCloud that allow adding of single points.

This is also faster, since we only check the bounds once in the beginning.

jspricke added a commit that referenced this pull request Oct 26, 2013
Fix octree adjacency bounding box calculation
@jspricke jspricke merged commit 1fec7c7 into PointCloudLibrary:master Oct 26, 2013
@jpapon jpapon deleted the fix_octree_adjacency branch December 16, 2013 13:27
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.

2 participants