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

Fix double clicking objects no longer focusing the camera on them #2227

Merged
merged 3 commits into from
May 30, 2023

Conversation

Wumpf
Copy link
Member

@Wumpf Wumpf commented May 26, 2023

Requires #2188 ✔️

Fixes #2215

What

Checklist

PR Build Summary: https://build.rerun.io/pr/2227

@Wumpf Wumpf added 🪳 bug Something isn't working 📺 re_viewer affects re_viewer itself labels May 29, 2023
@Wumpf Wumpf marked this pull request as ready for review May 29, 2023 11:34
@@ -47,9 +47,6 @@ pub struct View3DState {

eye_interpolation: Option<EyeInterpolation>,

/// Where in world space the mouse is hovering (from previous frame)
hovered_point: Option<glam::Vec3>,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ouch, I would had hoped clippy would have caught a field only being read from

@Wumpf Wumpf merged commit 77b1d34 into main May 30, 2023
@Wumpf Wumpf deleted the andreas/fix-3d-object-doubleclick branch May 30, 2023 07:58
emilk pushed a commit that referenced this pull request Jun 15, 2023
)

_Requires #2188_ ✔️

Fixes #2215
* #2215

* [x] I have read and agree to [Contributor
Guide](https://github.com/rerun-io/rerun/blob/main/CONTRIBUTING.md) and
the [Code of
Conduct](https://github.com/rerun-io/rerun/blob/main/CODE_OF_CONDUCT.md)

<!-- This line will get updated when the PR build summary job finishes.
-->
PR Build Summary: https://build.rerun.io/pr/2227
This was referenced Jun 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🪳 bug Something isn't working 📺 re_viewer affects re_viewer itself
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Double-click to zoom to a point is broken
2 participants