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

Moving the model should work without a focus point #806

Merged
merged 2 commits into from
Jul 13, 2022

Conversation

jeevcat
Copy link
Contributor

@jeevcat jeevcat commented Jul 12, 2022

  • Fix performance regression when zooming
  • Moving the model works without focus point
  • Focus point now just falls back to center of AABB of model

Closes #678

@jeevcat jeevcat requested a review from hannobraun as a code owner July 12, 2022 16:55
@hannobraun
Copy link
Owner

Thank you, @jeevcat! I'll take a look tomorrow.

Copy link
Owner

@hannobraun hannobraun left a comment

Choose a reason for hiding this comment

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

Thank you @jeevcat, this is great!

I've left one comment, but that's a minor thing, and I'm happy to merge this PR anyway.

Comment on lines +31 to +34
[dependencies.fj-operations]
version = "0.7.0"
path = "../fj-operations"

Copy link
Owner

Choose a reason for hiding this comment

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

I think it's a bit unfortunate to add the dependency on fj-operations and (indirectly) fj-kernel. It would probably be better to move ProcessedShape to fj-interop instead.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah I didn't really like adding the dependency either. Let me give your suggestion a go.

@hannobraun hannobraun merged commit 33ea122 into hannobraun:main Jul 13, 2022
@jeevcat jeevcat deleted the sam/translate branch July 13, 2022 10:54
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.

Moving the model should work without a focus point
2 participants