Intel® Embree Ray Tracing Kernels
Discussion forum on the open source ray tracing kernels for fast photo-realistic rendering on Intel® CPU(s)

Embree and BVH

Ravi__Jagannadhan
1,303 Views

Hi all, I'm sorry if this is a dumb question. Does Embree offer BVH building in parallel?

Thanks in advance.

0 Kudos
1 Reply
FlorianR_Intel
Employee
1,303 Views

Hi,

yes, Embree builds BVH in parallel. You can also choose different tasking systems (TBB, OpenMP, pthread).

The BVHBuilder API is also multithreaded https://www.embree.org/api.html#rtcbuildbvh

Cheers

0 Kudos
Reply