Skip to content

v2.0.0

Compare
Choose a tag to compare
@integeruser integeruser released this 15 Sep 17:38
· 78 commits to master since this release

Added

  • commons package to collect a few classes used in several tutorials

Changed

  • Ported to LWJGL 3
  • Replaced math classes with JOML
  • Replaced Framework.degToRad() with the same function in the Java Math class (b9520d3)
  • Tested on LWJGL 3.0.0 build 90 and JOML 1.8.3

Fixed

  • Colors name in BaseVertexOverlap.java (2e83f93)
  • VBO not unbinded in Tut1.java (3c330a1)
  • Missing call to init() in Tutorial.java (4f906d1)

Removed

  • MatrixStack.java and almost all the math classes, replaced by their JOML counterparts