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

GetChildBounds() does not return all bounds for BoundsOctree #13

Open
superlee1 opened this issue Aug 18, 2023 · 0 comments
Open

GetChildBounds() does not return all bounds for BoundsOctree #13

superlee1 opened this issue Aug 18, 2023 · 0 comments

Comments

@superlee1
Copy link

After adding all bounds using
BoundsOctree.Add(T obj, BoundingBox objBounds) function to the BoundsOctree instance of
boundsOctreeInstance, invoking boundsOctreeInstance.GetChildBounds() does not return all of the bounds rather than a small set of them.
Iteration seems incorrect, I am wondering if the HasChildren flag has been set correctly during tree generation processes.

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

No branches or pull requests

1 participant