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 bounding volume issue for swept shapes #623

Merged
merged 2 commits into from
May 24, 2022

Conversation

gabsi26
Copy link
Contributor

@gabsi26 gabsi26 commented May 24, 2022

This addresses #566

This solution is probably less than ideal,
since the bounding volume gets split up into its vertices,
which then get individually translated.

Signed-off-by: gabsi26 gabriel.seebach@gmx.at

edit (by @hannobraun):
Close #566 (to make sure the issue is closed automatically when this is merged)

This addresses hannobraun#566

This solution is probably less than ideal,
since the bounding volume gets split up into its vertices,
which then get individually translated.

Signed-off-by: gabsi26 <gabriel.seebach@gmx.at>
@gabsi26 gabsi26 requested a review from hannobraun as a code owner May 24, 2022 06:42
@hannobraun
Copy link
Owner

Thank you, @gabsi26! I'll do a proper review later, but this looks good to me so far. I'll write up some more thoughts in #566.

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, @gabsi26, looks and works excellently!

I left one suggestion, which I can probably apply myself, after I submit this pull request.

crates/fj-operations/src/sweep.rs Outdated Show resolved Hide resolved
@hannobraun hannobraun enabled auto-merge May 24, 2022 10:27
@hannobraun hannobraun merged commit 5cfb2db into hannobraun:main May 24, 2022
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.

Bounding volume of sweep operation is incorrect
2 participants