Dynamic Quad/Oct Trees
- by KKlouzal
I've recently discovered the power of Quadtrees and Octrees and their role in culling/LOD applications, however I've been pondering on the implementations for a Dynamic Quad/Oct Tree.
Such tree would not require a complete rebuild when some of the underlying data changes (Vertex Data).
Would it be possible to create such a tree? What would that…