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

Demo: CPU wavefront path tracer #47

Open
jbikker opened this issue Dec 7, 2024 · 0 comments
Open

Demo: CPU wavefront path tracer #47

jbikker opened this issue Dec 7, 2024 · 0 comments
Assignees

Comments

@jbikker
Copy link
Owner

jbikker commented Dec 7, 2024

The current path tracing demo heavily relies on single rays. The demo could use GPU ray tracing and faster CPU ray batch traversal if it were reformulated as a wavefront path tracer. This would provide a good reason for actually implementing proper batch (or stream) traversal too.

@jbikker jbikker self-assigned this Dec 7, 2024
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

1 participant