Octree icon indicating copy to clipboard operation
Octree copied to clipboard

Optional node Bounding boxes

Open attcs opened this issue 9 months ago • 0 comments

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

attcs avatar Apr 27 '24 16:04 attcs