Skip to content

Minie v0.7.0

Compare
Choose a tag to compare
@stephengold stephengold released this 19 Feb 17:14
· 4806 commits to master since this release

Important changes to the library:

  • Changed the semantics of DacConfiguration.detach(): from unlinking a Bone to detaching an attachment. (API change)
  • Removed the unlinkAttachment() method from the DacConfiguration class. (API change)
  • Replaced CompoundCollisionShape.getChildren() with a new listChildren() method. (API change)
  • Fixed a bug where adding a DynamicAnimControl to a Geometry caused a crash.
  • Fixed a bug where an attached model didn't follow the rigid body when its AttachmentLink was in dynamic mode.
  • Fixed a bug where MultiSphere.read() threw a ClassCastException.
  • Created a MinieCharacterControl class as a replacement for JME's CharacterControl.
  • Added a pinToSelf() method to the DynamicAnimControl class.
  • Added a contains() method to the PhysicsSpace class.
  • Added findIndex() and listChildren() methods to the CompoundCollisionShape class