-
-
Notifications
You must be signed in to change notification settings - Fork 751
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
Drag globe near poles with versor #5330
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #5330 +/- ##
==========================================
- Coverage 91.84% 91.77% -0.08%
==========================================
Files 282 282
Lines 38908 38957 +49
Branches 6827 6832 +5
==========================================
+ Hits 35735 35751 +16
- Misses 3046 3078 +32
- Partials 127 128 +1 ☔ View full report in Codecov by Sentry. |
@@ -49,187 +50,247 @@ export class VerticalPerspectiveTransform implements ITransform { | |||
get pixelsToClipSpaceMatrix(): mat4 { | |||
return this._helper.pixelsToClipSpaceMatrix; | |||
} | |||
|
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.
Better to avoid these kind of changes as part of this PR, I would recommend moving this to a different PR if this is truly needed.
I played around with this for a while, here are some thoughts on the controls:
It works quite nicely overall! |
Launch Checklist
For points that are not on the globe, do nothing.
CHANGELOG.md
under the## main
section.