petrikvladimir / pyphysx

Python Wrapper for Nvidia PhysX simulator.
GNU General Public License v3.0
102 stars 21 forks source link

Collision Queries #76

Open DanManN opened 10 months ago

DanManN commented 10 months ago

I was wondering if there is a way to perform collision queries or call a function to return all rigidbody collision pairs. I couldn't find any reference in the documentation or the code for such a function. How would I go about adding that functionality if it doesn't yet exist?