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

Feature request #1

Open
tigrazone123 opened this issue Jul 23, 2022 · 4 comments
Open

Feature request #1

tigrazone123 opened this issue Jul 23, 2022 · 4 comments

Comments

@tigrazone123
Copy link

Hello!
Did you plan to implement:

  • HDRI light
  • area lights
  • full path tracing
    ?
    It can be useful
@AdamYuan
Copy link
Owner

Yes, these features are in my TODO list, but may not be implemented in the near future.
Currently I'm working on parallel SBVH construction.

@tigrazone123
Copy link
Author

Did you seen https://github.com/jbikker/bvh_article/?
This article series have fast bvh methods

@AdamYuan
Copy link
Owner

AdamYuan commented Jul 23, 2022

It seems the article only described a naive single-threaded recursive binned SAH BVH constructor. The method didn't make use of multi-core CPU power, and the naive SAH BVH is inferior to SBVH in quality (ray tracing performance).
My parallel SBVH construction system aims to build high-quality SBVH as well as fully utilize CPU power, which is far more complex.

These are some of the references:
https://www.nvidia.in/docs/IO/77714/sbvh.pdf
https://diglib.eg.org/bitstream/handle/10.2312/pgv20161179/021-030.pdf
http://www.sci.utah.edu/~wald/Publications/2010///LRB_BVH/download//LRB-BVH.pdf

@tigrazone
Copy link

Good thing is Blas, Tlas for instancing

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

3 participants