fabmax / physx-jni

Java JNI bindings for Nvidia PhysX
MIT License
89 stars 9 forks source link

PxD6Joint inheritance #27

Closed haubna closed 3 years ago

haubna commented 3 years ago

PxD6Joint doesn't inheritate PxJoint as described here: https://docs.nvidia.com/gameworks/content/gameworkslibrary/physx/apireference/files/hierarchy.html

fabmax commented 3 years ago

You are right, I added the corresponding WebIDL definition (available on dev branch). I will probably publish a new version soon.

edit: version 0.4.14 is up!

haubna commented 3 years ago

Thanks! :)