Skip to content

Releases: stephengold/Libbulletjme

1.0.43

03 Apr 04:07
Compare
Choose a tag to compare

Reordered 2 statements in btSimpleBroadphase::destroyProxy() while trying to fix JME issue #1058.

1.0.42

03 Apr 01:36
Compare
Choose a tag to compare

GCC options for debugging.

1.0.41

02 Apr 05:21
Compare
Choose a tag to compare
  • Add a getNumConstaints() method to the PhysicsSpace class.
  • Implement AXIS_SWEEP_3_32 broadphase algorithm; was aliased to btAxisSweep3.

1.0.40

24 Mar 01:18
Compare
Choose a tag to compare

Added getAabb() and getBoundingSphere() methods to the CollisionShape class.

1.0.39

12 Mar 06:31
Compare
Choose a tag to compare

Try a different method of constructing btVector3.

1.0.38

12 Mar 00:44
Compare
Choose a tag to compare
  • CollisionShape: add setLocalScaling() using scalars
  • PhysicsRigidBody: add setGravity() using scalars
  • Updated the Bullet sources to match SHA1 id=d56b1361 of the bullet3 project.

1.0.37

09 Mar 09:29
Compare
Choose a tag to compare

Optimize the convex hull when creating a HullCollisionShape.

1.0.36

09 Mar 08:45
Compare
Choose a tag to compare
  • Added countHullVertices() and getHullVertices() methods to the HullCollisionShape class.
  • Added a getInverseInertiaWorld() method to the PhysicsRigidBody class.

1.0.35

06 Mar 04:37
Compare
Choose a tag to compare

Added an applyCentralImpulse() method to the PhysicsRigidBody class.

1.0.34

04 Mar 01:14
Compare
Choose a tag to compare

Try riccardobl's fix for JME issue 1029.