Hi, how can I build a balanced quad tree. Thanks, Marcos
+1
A:
Balancing is traditionaly a part of "k-D Tree" algorithm, which is superset for octrees. Try e.g. wikipedia page on this algorithm.
Manvel Avetisian
2010-06-03 09:53:48