Skip to content
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

feat: add zoom to mouse position #1199

Merged
merged 7 commits into from
Jan 28, 2024
Merged

Conversation

@0x006E 0x006E mentioned this pull request Jan 20, 2024
Copy link

codecov bot commented Jan 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (aeb9406) 96.42% compared to head (87706ed) 96.43%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1199   +/-   ##
=======================================
  Coverage   96.42%   96.43%           
=======================================
  Files         131      131           
  Lines        8083     8103   +20     
=======================================
+ Hits         7794     7814   +20     
  Misses        289      289           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mwestphal
Copy link
Contributor

This should be testable with an interactive test, if not, with a VTKExtensions test. Let me know if you need any help with that: https://f3d.app/doc/dev/TESTING.html

@mwestphal
Copy link
Contributor

Hi @0x006E , need any help moving forward ? If adding an interactive test is a bit complicated, I understand that and I will be happy to take care of it after you merge.

@0x006E 0x006E force-pushed the add-zoom-to-mouse branch from 52a7c62 to 96362f9 Compare January 27, 2024 16:08
@0x006E 0x006E force-pushed the add-zoom-to-mouse branch from 96362f9 to d94c246 Compare January 27, 2024 16:11
@mwestphal
Copy link
Contributor

mwestphal commented Jan 27, 2024

@0x006E
Copy link
Contributor Author

0x006E commented Jan 28, 2024

please update master/doc/user/INTERACTIONS.md accordingly

Have done the same

@mwestphal mwestphal merged commit 98e6063 into f3d-app:master Jan 28, 2024
45 checks passed
@mwestphal
Copy link
Contributor

Thanks a lot for your contribution @0x006E !

mwestphal pushed a commit that referenced this pull request Feb 10, 2024
* feat: add zoom to mouse position

* fix: remove check for pararllel projection

* test(interaction): add zoom to mouse

* fix(zoom-to-mouse): remove unreachable code

* docs(interaction): add zoom to mouse position

* fix(zoom-to-mouse): make static
mwestphalnew pushed a commit to mwestphalnew/f3d that referenced this pull request Feb 10, 2024
* feat: add zoom to mouse position

* fix: remove check for pararllel projection

* test(interaction): add zoom to mouse

* fix(zoom-to-mouse): remove unreachable code

* docs(interaction): add zoom to mouse position

* fix(zoom-to-mouse): make static
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Zoom to Mouse Position
2 participants