Octree icon indicating copy to clipboard operation
Octree copied to clipboard

Immutable variant of OrthoTree

Open attcs opened this issue 2 months ago • 0 comments

If the geometry is static, node-wise containment unnecessary, entity ID-s could be stored directly in the tree. With this change,

  • a lot of small vector allocations could be spared
  • more cache-friendly.

attcs avatar Apr 29 '24 07:04 attcs