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

Smooth focus movement #21

Closed marko-lazic closed 1 year ago

marko-lazic commented 1 year ago

Similar to target_alpha and target_beta it would be good to have a field to use for updating the position of focus after initialization. This would allow smooth camera movement with the focus point that moves.

Plonq commented 1 year ago

Hi @marko-lazic, thanks for the idea, I'll look into adding this!