fstl-app / fstl

A fast STL file viewer
448 stars 105 forks source link

Add arc-ball mechanism to mouse control #99

Closed wdaniau closed 1 year ago

wdaniau commented 1 year ago

The yaw/tilt object orientation is sometimes difficult to use for example if you want to rotate along the Y axis. I have replaced it by a simple arcball mechanism that allow easier and more "natural" object orientation.

DeveloperPaul123 commented 1 year ago

Thank you very much for this contribution! I really like this behavior, it feels a lot more intuitive than what we had previously. Just 1 minor nitpick with a function name, but other than that it should be good to merge. Thanks again!