Minie v0.7.0
Important changes to the library:
- Changed the semantics of
DacConfiguration.detach()
: from unlinking aBone
to detaching an attachment. (API change) - Removed the
unlinkAttachment()
method from theDacConfiguration
class. (API change) - Replaced
CompoundCollisionShape.getChildren()
with a newlistChildren()
method. (API change) - Fixed a bug where adding a
DynamicAnimControl
to aGeometry
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 aClassCastException
. - Created a
MinieCharacterControl
class as a replacement for JME'sCharacterControl
. - Added a
pinToSelf()
method to theDynamicAnimControl
class. - Added a
contains()
method to thePhysicsSpace
class. - Added
findIndex()
andlistChildren()
methods to theCompoundCollisionShape
class