Skip to content

Releases: stephengold/Libbulletjme

1.0.8

13 Oct 04:53
Compare
Choose a tag to compare
  • Removed the unused addConstraint() and initNativePhysics() from
    the PhysicsSpace class.
  • Added 4 CFM accessors to the RotationalLimitMotor class.
  • Added 8 accessors to the TranslationalLimitMotor class for CFM, ERP,
    and max motor force.

1.0.7

09 Oct 05:07
Compare
Choose a tag to compare
  • Provided access to JME's Transform.getScale() method.
  • Added methods to convert a btQuaternion or btTransform to JME.
  • Added 3 frame accessors to the SixDofJoint class.

1.0.6

08 Oct 23:34
Compare
Choose a tag to compare

Removed all Bullet3 source files except Bullet3Common.

1.0.5

03 Oct 16:39
Compare
Choose a tag to compare

Disabled Quickprof to avoid its thread limit.

1.0.4

03 Oct 02:59
Compare
Choose a tag to compare
  • Fixed JME issues 918 and 919.
  • Added getLocalScaling() method for CollisionShape.
  • Removed 2 files not needed for Gradle build.

1.0.2

30 Sep 22:38
Compare
Choose a tag to compare

This was the initial baseline release, combining
source-code from release 2.86.1 of the bullet3 project
with glue code from the master branch of the jmonkeyengine project.