bonsairobo / smooth-bevy-cameras

Bevy camera controllers with buttery, exponential smoothing.
MIT License
286 stars 55 forks source link

UnrealCamera should use LookTransform up value #44

Closed mwbryant closed 1 year ago

mwbryant commented 1 year ago

Unreal camera does not behave correctly when using Z as up, the controller is currently hardcoded with Y as up. This PR changes that to use the LookTransform Up value instead.

Solves #28

bonsairobo commented 1 year ago

Thanks!