.\" Automatically generated by Pandoc 3.1.3 .\" .\" Define V font for inline verbatim, using C font in formats .\" that render this, and otherwise B font. .ie "\f[CB]x\f[]"x" \{\ . ftr V B . ftr VI BI . ftr VB B . ftr VBI BI .\} .el \{\ . ftr V CR . ftr VI CI . ftr VB CB . ftr VBI CBI .\} .TH "rtcTraversableIntersect4/8/16" "3" "" "" "Embree Ray Tracing Kernels 4" .hy .SS NAME .IP .nf \f[C] rtcTravesableIntersect4/8/16 - finds the closest hits for a ray packet \f[R] .fi .SS SYNOPSIS .IP .nf \f[C] #include void rtcTraversableIntersect4( const int* valid, RTCTraversable traversable, struct RTCRayHit4* rayhit, struct RTCIntersectArguments* args = NULL ); void rtcTraversableIntersect8( const int* valid, RTCTraversable traversable, struct RTCRayHit8* rayhit, struct RTCIntersectArguments* args = NULL ); void rtcTraversableIntersect16( const int* valid, RTCTraversable traversable, struct RTCRayHit16* rayhit, struct RTCIntersectArguments* args = NULL ); \f[R] .fi .SS DESCRIPTION .PP The \f[V]rtcTraversableIntersect4/8/16\f[R] functions are equivalent to \f[V]rtcIntersect4/8/16\f[R] but take a traversable object (\f[V]traversable\f[R] argument) instead of a scene object. .PP For more details, refer to the documentation of \f[V]rtcIntersect4/8/16\f[R]. .SS EXIT STATUS .PP For performance reasons this function does not do any error checks, thus will not set any error flags on failure. .SS SEE ALSO .PP [rtcIntersect4/8/16], [rtcGetSceneTraversable]