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 edge case for intersect function for convex polyhedron #248

Merged
merged 4 commits into from
Aug 19, 2024

Conversation

DomFijan
Copy link
Contributor

@DomFijan DomFijan commented Aug 16, 2024

Description

Fixes edge case in ray intersect detection on convex polyhedrons.

Motivation and context

During SPOONE development we realized that the intersect function is not treating some edge cases correctly. This fixes the issues we were having.

Checklist:

@DomFijan DomFijan marked this pull request as ready for review August 16, 2024 20:20
@DomFijan DomFijan requested a review from joaander August 16, 2024 20:20
@joaander joaander merged commit 5866a31 into trunk Aug 19, 2024
14 checks passed
@joaander joaander deleted the fix_edge_case_for_convex_polyhedron branch August 19, 2024 16:17
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.

2 participants