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 closest hit kernel for storing ray-AABB intersections #5

Open
Teja10 opened this issue Jul 24, 2023 · 0 comments
Open

Fix closest hit kernel for storing ray-AABB intersections #5

Teja10 opened this issue Jul 24, 2023 · 0 comments
Assignees

Comments

@Teja10
Copy link
Contributor

Teja10 commented Jul 24, 2023

Currently the closest-hit kernel for ray AABB intersections is not being called. This could be for a variety of reasons.

  1. The make_grid function is incorrect
  2. The building of Optix AABB is incorrect
  3. Recursive depth is set to 0 and thus closest_hit won't be called (unlikely as Optix seems to never even enter closest hit based off print statements)
@Teja10 Teja10 assigned Teja10 and emenesesayc and unassigned Teja10 Jul 24, 2023
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

No branches or pull requests

2 participants