I've been searching around for the logic behind QuadTrees, and trying to implement my own QuadTree algorithm. What's the basic logic behind QuadTrees?
Name:
Anonymous2011-11-15 2:53
>>3
I'm not familiar with the current existing algorithms. I'm most confused at deciding what needs to be rendered without processing my data each time to determine what's inside of the rectangle.