- Add missing re-normalization as part of smoothing, thanks to mo8it.
This prevents panics when dependants enable the
glam_assert
/debug_glam_assert
feature.
- Update Bevy to
0.13
. - Translate blend ratio of
0.25
into half-life of40.0
milliseconds. - Support creating
Delta::Track
events to follow a target.
- Fix mouse and especially touch input by clearing event readers when viewport
is given back. This issue got noticeable with Bevy
0.12.1
, see #10877. - Refactor viewport stealing allowing to specify number of frames.
- Let
m
key toggle betweenmap_esdf
andmap_wasd
for slide operations.
- Update Bevy to
0.12
.
- Fix default of
TrackballInput::first_key
matching documentation. - Host documentation next to examples. This fixes outdated intra-doc links to
nalgebra
0.25.0
and broken intra-doc links tobevy
.
- Initial release.