scenerygraphics / sciview

sciview is a tool for visualization and interaction with ND image and mesh data
BSD 2-Clause "Simplified" License
62 stars 17 forks source link

Move arcball target as user translates camera #554

Closed kephale closed 4 months ago

kephale commented 4 months ago

https://github.com/scenerygraphics/sciview/assets/400105/f8673bfb-5b44-4e76-97c6-1f4ca4de6369

This PR updates sciview so when the user translates the camera the target of the arcball moves. The previous behavior would jump the user back to the previously selected mode when rotating the camera.

Closes: https://github.com/scenerygraphics/sciview/issues/541