Skip to content

1.10.4

Compare
Choose a tag to compare
@httpdigest httpdigest released this 11 Feb 10:21
· 103 commits to main since this release

Breaking Changes

  • Remove non-const methods from Matrix4f/dc interfaces - those were in there by mistake (4d3a4f3)

Additions

  • Quaternion.getEulerAnglesZXY() - (1c1922f)
  • Quaternion.getEulerAnglesYXZ() - (f5ede55)
  • Matrix4.[set]perspectiveOffCenterFov() - (21db7f0, 82539ae)
  • Matrix4/4x3.translationRotateInvert() - (aad9dfc)
  • Matrix4.[set]perspectiveOffCenterFovLH() - (c88d4da)

Fixes

  • Intersection.intersect/testSphereSphere() - (#304) (1ba8c57)
  • Setting matrix properties in Matrix4.negateX/Y/Z() - (280d561)
  • Matrix4x3f.invert(Matrix4f) - m33 element was set to 0.0 instead of 1.0 (01ae4f0)

Miscellaneous

  • Remove unnecessary local variables and set all matrix fields in Matrix4/4x3.rotateTranslationInternal() - (#305) (489f439)
  • Enable FAST_MATH path for sin(float) - (#307) (984fae3)
  • Refactor Matrix4f element accesses to always use getter/accessor method - (2ef7a70)