-
Notifications
You must be signed in to change notification settings - Fork 0
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
Radius search operation in photon mapping #2
Comments
Hi,
I hope this helps. |
I am not very familiar with hash maps algorithms on GPU. Can you kindly share the reference of what you implemented in |
To be honest I don't think there is a reference for what I did there. I also don't think taht my implementation works correctly. |
Thanks for sharing the reference. I have a few questions
|
|
@DoeringChristian |
I saw your results. They look very nice. It would be really cool if sppm works on the GPU in Mitsuba. |
Thanks for creating this wonderful repository. I am trying to implement SPPM using your
sppm.py
sample. Can you provide some pointers on how to perform the photon tracing pass. I am unable to resolve following things in the photon passAny thoughts or suggestions would be helpful. I have almost working solution in mitsuba C++ .
Also, this paper is interesting if photon mapping is interesting to you.
The text was updated successfully, but these errors were encountered: