Is there a flag to tell Embree to only return hit intersections for "one sided" triangles
I.E. If the triangle's normal was pointing away from the casting ray, opposed to if they were in opposite directions.
Link Copied
Compile Embree with the RTCORE_BACKFACE_CULLING cmake option enabled, and all back-facing triangle will be ignored.
For more complete information about compiler optimizations, see our Optimization Notice.