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