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 epsilon issue for volpath integrators #785

Merged
merged 1 commit into from
Jun 26, 2023
Merged

Conversation

dvicini
Copy link
Member

@dvicini dvicini commented Jun 22, 2023

The volpath integrators currently seem to have a small epsilon issue due to the use of ref_interaction.spawn_ray instead of ref_interaction.spawn_ray_to. The latter computes a better/more generous shadow epsilon. Therefore, replacing this call and the use of the previous shadow epsilon fixes the epsilon issue.

For renderings showcasing the problem, see #678 (towards the bottom of the thread)

@Speierers
Copy link
Member

LGTM

Copy link
Member

@njroussel njroussel left a comment

Choose a reason for hiding this comment

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

Thanks!

@njroussel njroussel merged commit 6d78f2e into master Jun 26, 2023
@njroussel njroussel deleted the volpath_epsilon_fix branch June 26, 2023 12:41
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.

3 participants