Skip to content

1.9.10

Compare
Choose a tag to compare
@httpdigest httpdigest released this 20 Jul 12:34

Breaking Changes

  • Change Vector4i.mul(float, Vector4i) to mul(int, Vector4i) - Thanks to @Wasabi375 for reporting (#166) (336a615)
  • Remove Quaternion.rotation/rotate/rotateLocal(angles) - (2c0a1aa)

Additions

Fixes

Miscellaneous

  • Git commit hash information in MANIFEST.MF - Helps to identify the exact version of JOML people use e.g. when reporting bugs (02fea9b)
  • Remove JNI code to obtain the buffer address - JOML is now completely free of native libraries (48a70f9)