Plonq / bevy_panorbit_camera

A simple pan and orbit camera for the Bevy game engine
Apache License 2.0
186 stars 36 forks source link

Add smooth panning (focus) #23

Closed Plonq closed 1 year ago

Plonq commented 1 year ago

Adds smooth panning, using a new target_focus property. Updates the keyboard control example to demonstrate the benefit.

Fixes #21