Skip to content

Bounding Volume Hierarchy #18

Answered by Enigmatisms
kurt-rhee asked this question in Q&A
Discussion options

You must be logged in to vote

BVH implementation can be found here: https://github.com/Enigmatisms/AdaPT/tree/master/tracer/bvh. This is implemented in C and I use pybind11 to export an interface for python.

I picked a top-down approach with SAH function, which should be the one introduced in PBR book 4.3.2

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@kurt-rhee
Comment options

@Enigmatisms
Comment options

Answer selected by Enigmatisms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
discussion Something that needs to be discussed
2 participants