Skip to content

Releases: Plonq/bevy_panorbit_camera

v0.18.1

17 May 09:18
Compare
Choose a tag to compare

What's Changed

  • Implement workaround for egui issue with panels by @Plonq in #76

Full Changelog: 0.18.0...0.18.1

v0.18.0

01 May 08:23
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.17.0...0.18.0

v0.17.0

25 Mar 08:25
Compare
Choose a tag to compare

What's Changed

  • BREAKING: Rename alpha to yaw and beta to pitch by @Plonq in #69
  • Fix bug that causes camera to stop moving if you release mouse button over an egui window by @Plonq in #72

Full Changelog: 0.16.1...0.17.0

v0.16.1

08 Mar 06:19
Compare
Choose a tag to compare

What's Changed

  • Fix crash when one of multiple windows is closed by @Plonq in #66

Full Changelog: 0.16.0...0.16.1

v0.16.0

28 Feb 08:04
Compare
Choose a tag to compare

Makes the smoothing frame rate independent, so the amount of smoothing stays consistent no matter what FPS it runs at. This required adjusting the smoothness scale and is therefore listed as a breaking change.

What's Changed

  • BREAKING Frame rate independent smoothing by @Plonq in #62

Full Changelog: 0.15.0...0.16.0

v0.15.0

25 Feb 06:44
Compare
Choose a tag to compare

Main changes:

  • Remove 'scale', and instead use 'radius' for orthographic cameras too. This simplifies things when working with orthographic projection
  • Remove the roll / alternate up vector support. This ended up being broken, and likely unsolveable in an intuitive way, and I want to keep this plugin very intuitive.

What's Changed

  • GH Actions changes by @Plonq in #56
  • BREAKING Remove scale field from PanOrbitCamera by @341101 in #58
  • Fix flicker in orthographic example by @Plonq in #61
  • BREAKING Remove roll/up vector support (broken) by @Plonq in #60

Full Changelog: 0.14.0...0.15.0

v0.14.0

20 Feb 07:37
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.13.1...0.14.0

v0.13.1

12 Feb 20:25
Compare
Choose a tag to compare

Fix readme (remove references to the now-removed roll controls)

Full Changelog: 0.13.0...0.13.1

v0.13.0

12 Feb 07:50
Compare
Choose a tag to compare

What's Changed

  • Fix spike of mouse motion causing orbit jump on first input by @Plonq in #47
  • Add example for making the camera follow a target by @Plonq in #49
  • BREAKING Remove built-in roll controls by @Plonq in #51

Full Changelog: 0.12.0...0.13.0

v0.12.0

10 Feb 07:04
Compare
Choose a tag to compare

This release adds 'roll' controls and the ability to set a custom 'up' vector.

What's Changed

  • Refactor input code by @Plonq in #43
  • Add 'roll' controls and custom 'up' vector support by @Plonq in #45

Full Changelog: 0.11.1...0.12.0