stephengold / Libbulletjme

A JNI interface to Bullet Physics and V-HACD
https://stephengold.github.io/Libbulletjme/lbj-en/English/overview.html
Other
84 stars 10 forks source link

GImpact contact tests always fail #7

Closed stephengold closed 3 years ago

stephengold commented 3 years ago

As noted at the JME Forum, a contact test involving a GImpact shape always fails. This is because btGImpactCollisionAlgorithm::registerAlgorithm() never registers a closest-point algorithm. (It only registers contact-point algorithms.)

stephengold commented 3 years ago

Resolved in v10.5.0 .