Skip to content

Minie library v0.2.10

Compare
Choose a tag to compare
@stephengold stephengold released this 12 Sep 23:04
· 1848 commits to master since this release
  • Fixed JME issue #898.
  • Require collision margin > 0.
  • Changed default collision margin from 0 to 0.04.
  • Disabled setMargin() for SphereCollisionShape.
  • Don't allow dynamic bodies to have heightfield or plane shapes.
  • Publicized loggers.
  • Added massForStatic constant in PhysicsRigidBody.
  • Added 2 tests.
  • Privatized the HeightfieldCollisionShape.createShape() method.