Skip to content

v1.25.1

Compare
Choose a tag to compare
@ExtendReality-Bot ExtendReality-Bot released this 26 Oct 11:07
· 247 commits to master since this release

1.25.1 (2020-10-26)

Bug Fixes

  • Tracking: calculate angular velocity angle in radians (446974e)

    The RigidbodyAngularVelocity component was calculating the angle of angular velocity in degrees but angular velocity is set in radians so this was causing artifacts when rotating.

    The fix is to ensure the angle is calculated in radians.

    Co-authored-by: JGroxz