-
Notifications
You must be signed in to change notification settings - Fork 44
Update viewer tutorial 3D mode docs #159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update viewer tutorial 3D mode docs #159
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks @psobolewskiPhD !
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tiny nitpick, but overall looks good, thanks!
Co-authored-by: Melissa Weber Mendonça <melissawm@gmail.com>
Oh oh, seeing an error in the CircleCi preview: |
Description
In napari/napari#5848 @dalthviz found a bug with a 3D mode GUI feature (perspective slider) that isn't documented—i didn't even know it existed, let alone that it was bugged. Additionally, I noted that the docs only cover drag to rotate the view, not shift-drag to move.
This PR updates the viewer tutorial to mention these two aspects.
Depends on napari/napari#5848
(because the perspective bit is currently bugged, lets make sure the fix is merged before we merge this)
Type of change
References
The perspective slider was implemented here: napari/napari#2636
Final checklist: