Skip to content

physx-jni v2.2.1

Compare
Choose a tag to compare
@fabmax fabmax released this 02 Jul 19:36
· 44 commits to main since this release
0ae1ab5
  • Updated PhysX to 5.2.1 (see PhysX changelog here
    • Comes with a few minor breaking changes but nothing too bad
    • CUDA libraries have become ridiculously large...
  • Added debug drawing bindings: Enable debug visualization via PxScene.setVisualizationParameter and get drawing primitves via PxScene.getRenderBuffer()
  • Added bindings to PxGjkQuery, simple example available in tests: PxGjkQueryTest.java
  • Linux binaries are now built with clang-14 instead of clang-10