v4.3.0
Changelog
Core & Input
- Switched to Pointer events.
- Added
PointerType
enum. - Pointer lock will now only activate if the pointer type is
PointerType.MOUSE
.
- Added
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.