Skip to content

fixes for arcball interaction

David E. DeMarle requested to merge demarle/qt-viewer:fix-arcball into master
  1. Finally got around to using actual window size instead of 1kx1k.
  2. I wasn't keeping pose around in between drags so it used to start over rather than continuing from where left off with last drag.
  3. Changed sense so that now it works more like ParaView's camera. Now you feel like you move the scene rather than the camera.

Merge request reports