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

Add nodiscard attributes in various key places (issue #99) #100

Merged
merged 1 commit into from
Feb 3, 2025

Conversation

madmann91
Copy link
Owner

Warning: This change is breaking the API, since the precomputed triangle intersection function now no longer modifies the ray in place. The traversal routine is expected to update the ray tmax value in order to achieve good performance.

Warning: This change is breaking the API, since the precomputed triangle
intersection function now no longer modifies the ray in place. The
traversal routine is expected to update the ray `tmax` value in order to
achieve good performance.
@madmann91 madmann91 added the enhancement New feature or request label Feb 3, 2025
@madmann91 madmann91 self-assigned this Feb 3, 2025
@madmann91 madmann91 merged commit fbdc596 into master Feb 3, 2025
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant