sfml-tmxloader icon indicating copy to clipboard operation
sfml-tmxloader copied to clipboard

Quadtree broken?

Open 222464 opened this issue 10 years ago • 2 comments

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.

I can provide the TMX.

222464 avatar Apr 28 '15 04:04 222464

Does the MapWithQuadTree example work for you? And does it work if you load your map into it?

fallahn avatar Apr 28 '15 08:04 fallahn

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.

222464 avatar Apr 29 '15 03:04 222464