-
-
Notifications
You must be signed in to change notification settings - Fork 228
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
Add shortcut to rotate camera #863
Conversation
@lknknm you need to rebase on master and fix potential conflicts, do not hesitate if you need help with that |
ad4e5db
to
829bd15
Compare
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.
You can find the doc here: https://vtk.org/doc/nightly/html/classvtkMatrix3x3.html
Codecov Report
@@ Coverage Diff @@
## master #863 +/- ##
==========================================
+ Coverage 96.07% 96.13% +0.05%
==========================================
Files 113 113
Lines 6454 6538 +84
==========================================
+ Hits 6201 6285 +84
Misses 253 253
... and 3 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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.
Maybe my suggestion of using a transform was a bit over-complicated...
470c5e8
to
658af09
Compare
658af09
to
fd4ac52
Compare
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.
still looks good
Feature to add shortcuts to rotate the camera view (Front, Right, Top).
This will implement the following set of shortcuts to manipulate camera views:
1
,3
and7
: Axis movement (Front, Right, Top View);9
: Front isometric view;