Skip to content

v0.5.0

Compare
Choose a tag to compare
@0b5vr 0b5vr released this 22 Oct 07:19
· 1875 commits to dev since this release

v0.4.3...v0.5.0
Milestone


🚨 BREAKING CHANGES 🚨

  • #507: VRMHumanoid, Greatly changed the behavior of getPose / setPose
    • It now explicitly receives / returns local, relative transforms that is described in VRMPose
    • restPose is now explicitly NOT compatible with getPose / setPose

✨ New Features

  • #507: VRMHumanoid, New method: resetPose
    • It just resets the pose to its initial pose (that should be T stance)
    • It's actually identical to setPose({})

πŸ’‘ Behavior Changes

  • #507: Greatly changed the behavior of getPose / setPose
    • It now explicitly receives / returns local, relative transforms that is described in VRMPose
    • restPose is now explicitly NOT compatible with getPose / setPose