by slembcke » Sun Feb 14, 2010 1:29 pm
No, that's the correct behavior. It works exactly the same as collision shapes. You aren't specifying a group to query, you are specifying one to ignore. This is a lot more useful with ray and point queries maybe, but I wanted to be consistent. If you need to do further filtering, you can do so in your own callback.