NetOctree
NetOctree copied to clipboard
How to update position of an existing element in the tree?
If I have a moving element that I want to update 30 times per second in the PointOctree, is the correct approach to constantly remove and re-add it with the new position or would that degrade the internal tree over time and cause performance issues?