Skip to content

Releases: stephengold/sport

0.9.4

03 Apr 21:24
Compare
Choose a tag to compare
  • Bugfix: the OverOp class specifies the wrong package
  • Changed BaseApplication.blendTexture() so it doesn't flip UVs.

0.9.3

24 Mar 00:26
Compare
Choose a tag to compare

Implemented texture compositing:

  • Enhanced 2 fragment shaders to emit alpha channel.
  • Defined the BlendOp interface.
  • Added 2 public classes:
    • OverOp
    • ReplaceOp
  • Added 2 public methods:
    • BaseApplication.blendTexture()
    • TextureKey.textureName()
  • Publicized the Utils.setOglCapability() method.

0.9.2

22 Mar 19:31
Compare
Choose a tag to compare
  • upgraded the Libbulletjme library to v20.2.0
  • added 4 methods:
    • InputManager.getGlfwWindowHandle()
    • InputManager.glfwCursorX()
    • InputManager.glfwCursorY()
    • InputProcessor.onCharacter()

0.9.1

09 Mar 17:30
Compare
Choose a tag to compare

Initial release, using code copied from the LbjExamples project.