petrikvladimir / pyphysx

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

added RigidDynamicLockFlag and setter function #66

Closed sebastiankupp closed 2 years ago

sebastiankupp commented 2 years ago

added enum RigidDynamicLockFlag added setter function for RigidDynamicLockFlag in RigidDynamic class

petrikvladimir commented 2 years ago

Hi @sebastiankupp , thanks for the pull request! I adjusted slightly the function naming and added the corresponding getter and unit test in PR #67 . I will merge it to the master soon.

sebastiankupp commented 2 years ago

Thank you very much