As a general query I wanted to know if there is any way to delete nodes from an octree.
I am looking for a way to update the octree without the need to recreate it. In cOctree.cpp there is a method to add nodes, but I couldn't find any method to delete a node.
As a general query I wanted to know if there is any way to delete nodes from an octree. I am looking for a way to update the octree without the need to recreate it. In cOctree.cpp there is a method to add nodes, but I couldn't find any method to delete a node.