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

BVH Data

Al_N_
Beginner
347 Views
Will or is it possible to get the memory address and size and layout of the BVH data so it can be used, for example, on a GPU?
0 Kudos
2 Replies
SvenW_Intel
Moderator
347 Views

Look at the bvh_access tutorial. It demonstrates a way of accessing the internal BVH for triangle data. However, the BVH layout might change between releases.

You can also use the internal BVH builders to build your own BVH with your own layout. See bvh_builder tutorial on howto do this.

0 Kudos
Al_N_
Beginner
347 Views
Thank you :)
0 Kudos
Reply