NetOctree icon indicating copy to clipboard operation
NetOctree copied to clipboard

GetChildBounds() does not return all bounds for BoundsOctree

Open superlee1 opened this issue 2 years ago • 0 comments

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.

superlee1 avatar Aug 18 '23 08:08 superlee1