Panda Bullet

I have spent a stupidly long time trying to figure out how to get collision events from bullet.

I found this on page 9 of this thread:

Is all of this still true?

If I’m understanding you correctly, I can turn on collision notification but I will get events published for each of your internally calculated contact points; potentially seeing many many notifications for each collision.

Getting some nice logical collision events would be super cool.

If you’re busy working on other features, how can I help make this happen? I’ve got a project I’m currently working on and I need this functionality, faking it in my python will be far too slow.