Minie library v0.3.4
·
1676 commits
to master
since this release
Enhancements to KinematicRagdollControl
:
- Removed the
weightThreshold = -1
hack. - Replaced
boneList
andRagdollPreset
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 inGhostControl
andRigidBodyControl
so that
it will fall back to uniform scaling (if necessary) or skip rescale
(if scale is unchanged). - Added an
isEmpty()
method to thePhysicsSpace
class. - Added
TestSetScale
,TestIssue918
, andTestIssue919
.