Octree
Octree copied to clipboard
Optional node Bounding boxes
Nodes' bounding boxes could be omitted in some use cases, and/or in-place calculated. Removing bounding boxes could
- highly reduce the memory footprint
- slightly (speculative) increase CPU usage at the searches
- highly (speculative) reduce CPU usage at the creation
Suggestion: a DEFINE or a new template parameter to make it optionally set by the client code