mhogg / pyoctree

Octree structure containing a 3D triangular mesh model
MIT License
86 stars 19 forks source link

How to update any node from octree #51

Open Siddh75 opened 3 years ago

Siddh75 commented 3 years ago

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.