Skip to content

v4.3.0

Compare
Choose a tag to compare
@vanruesc vanruesc released this 30 Aug 12:02
· 151 commits to main since this release

Changelog

Core & Input

  • Switched to Pointer events.
    • Added PointerType enum.
    • Pointer lock will now only activate if the pointer type is PointerType.MOUSE.

Managers & Settings

  • Implemented damping for rotation, zoom and translation. See #3.
  • Adjusted the rate at which events are dispatched by the translation manager.

Miscellaneous

  • Added ScalarDamper.
  • Updated dependencies.