What steps will reproduce the problem?
1. Create multiple single-fixture rectangular bodies (using SetAsBox) in the
world.
2. Call QueryAABB, passing it a callback and an AABB centred at the location of
one of the bodies and with a size sufficient to overlap several bodies.
3. The callback is only called once for the first overlapping fixture found, no
matter how many fixtures are intersecting with the defined AABB.
What is the expected output? What do you see instead?
I'm expecting the callback to be called once for each fixture that the AABB
overlaps.
What version of the product are you using? On what operating system?
2.1a.3 on OSX
Please provide any additional information below.
If I manually loop through the bodies and do the AABB check myself, everything
works as I expect. I'm not sure what is going on with the QueryAABB function.
Original issue reported on code.google.com by michael....@verold.com on 26 Mar 2013 at 6:59
Original issue reported on code.google.com by
michael....@verold.com
on 26 Mar 2013 at 6:59