Skip to content

Minie library v0.3.4

Compare
Choose a tag to compare
@stephengold stephengold released this 05 Oct 21:06
· 1676 commits to master since this release

Enhancements to KinematicRagdollControl:

  • Removed the weightThreshold = -1 hack.
  • Replaced boneList and RagdollPreset with a joint map.
  • Changed coordinate translation to utilize animated geometries
    instead of the controlled spatial.
  • Eliminated the temporary removal of the controlled spatial from the scene.
  • Changed to continue updating ragdoll even after the controlled spatial moves.

Other noteworthy changes:

  • Fixed 2 logic errors in CylinderCollisionShape.canScale().
  • Added result validation to PhysicsRigidBody.getPhysicsLocation().
  • Fixed JME issue #931.
  • Updated shared libraries to jme3-bullet-native v1.0.5 .
  • Improved applyScale option in GhostControl and RigidBodyControl so that
    it will fall back to uniform scaling (if necessary) or skip rescale
    (if scale is unchanged).
  • Added an isEmpty() method to the PhysicsSpace class.
  • Added TestSetScale, TestIssue918, and TestIssue919.