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.
288 Discussions

Mesh transforms in the collision detection

YarGolovnin
Beginner
1,461 Views

Hi! I have a question about rtcCollide function. What is right way of using rtcCollise with RTC_GEOMETRY_TYPE_USER when we have different transforms for the meshes each iteration of call rtcCollide?
I tried to find answer in the collide tutorial, but couldn't do it. Thanks for answering.

0 Kudos
1 Reply
SvenW_Intel
Moderator
1,447 Views

I do not completely understand the question. Are you asking for instancing support of rtcCollide? Instances are not supported, thus you cannot call rtcCollide with two scenes transformed by some transformation.

0 Kudos
Reply