Releases: stephengold/Libbulletjme
Releases · stephengold/Libbulletjme
1.0.8
- Removed the unused
addConstraint()
andinitNativePhysics()
from
thePhysicsSpace
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
- Provided access to JME's
Transform.getScale()
method. - Added methods to convert a
btQuaternion
orbtTransform
to JME. - Added 3 frame accessors to the
SixDofJoint
class.
1.0.6
Removed all Bullet3 source files except Bullet3Common.
1.0.5
Disabled Quickprof to avoid its thread limit.
1.0.4
- Fixed JME issues 918 and 919.
- Added
getLocalScaling()
method forCollisionShape
. - Removed 2 files not needed for Gradle build.
1.0.2
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.