You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All objects in the quadtree are at the topmost level despite being trivial to partition, except for one object which cannot be found in the quadtree at all for some reason.
It works only if I query the entire map as the query region. If I query just the view, it gets most of the objects correctly but leaves out one object.
Activity
fallahn commentedon Apr 28, 2015
Does the MapWithQuadTree example work for you? And does it work if you load your map into it?
222464 commentedon Apr 29, 2015
It works only if I query the entire map as the query region. If I query just the view, it gets most of the objects correctly but leaves out one object.