Intel® Embree Ray Tracing Kernels
Discussion forum on the open source ray tracing kernels for fast photo-realistic rendering on Intel® CPU(s)
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Intersection Filters with Instances

Michael_B_8
Beginner
618 Views

Hi,

I would like to use the intersection filters with scenes with many instances.

but how I have to set them? I tried to set them with geomID in the base geometry like without instancing. but it doesn't work.

I tried setting them in the top level scene with the instance ID but again no luck...

any hints on how to set them in a right way?

many thanks,

.michael

 

0 Kudos
2 Replies
SvenW_Intel
Moderator
618 Views

If you have a toplevel scene, with multiple instanced scenes, then you have to set the intersection filter for the geometries inside the instanced scene. You cannot set the intersection filter to the entire instance in the toplevel scene.

0 Kudos
Michael_B_8
Beginner
618 Views

thank you! works fine now

.michael

0 Kudos
Reply