QuadTree icon indicating copy to clipboard operation
QuadTree copied to clipboard

A lightweight and efficient QuadTree usefull for game dev and collision detection

Results 3 QuadTree issues
Sort by recently updated
recently updated
newest added

i have the problem that when i try to fetch the elements that are inside a rectangle (with getElements) that A) you insert all the time a new element ##...

I'm not sure if you're still working on this or not, and maybe I'm just dense, but I couldn't find a way to remove a node from the quad tree....