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

Mesh transforms in the collision detection

YarGolovnin
Beginner
949 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
935 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