-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Engine-Nine/Source/Nine/OctreeSceneManager.cs
Lines 371 to 377 in ab314ac
| public void FindAll(ref BoundingSphere boundingSphere, ICollection<ISpatialQueryable> result) | |
| { | |
| this.result = result; | |
| this.boundingSphere = boundingSphere; | |
| Tree.Traverse(Tree.root, findAllBoundingBox); | |
| this.result = null; | |
| } |
Tree.Traverse(Tree.root, findAllBoundingSphere); Metadata
Metadata
Assignees
Labels
No labels