Skip to content

Minie 0.9.3

Compare
Choose a tag to compare
@stephengold stephengold released this 11 Jun 07:15
· 4416 commits to master since this release
  • Fixed bugs:
    • Spatial transform not applied to static bodies in RigidBodyControl.
    • IllegalArgumentException thrown when translating/rotating a heightfield-shaped rigid body.
    • Some physics controls ignore isEnabled().
    • After de-serializing a physics control, its userObject is null.
    • TestHeightfield attached physics control to the root node.
    • TestHeightfield used wrong logger.
  • Added a PhysicsSpace.destroy() method for compatability with jme3-bullet.
  • Improved physics dumps.
  • Removed uses of shared mutable "constants".