You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: