.\" 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 "rtcTraversableForwardOccluded4/8/16/Ex" "3" "" "" "Embree Ray Tracing Kernels 4" .hy .SS NAME .IP .nf \f[C] rtcTraversableForwardOccluded4/8/16/Ex - forwards a ray packet to new scene from user geometry callback \f[R] .fi .SS SYNOPSIS .IP .nf \f[C] #include void rtcTraversableForwardOccluded4( void int* valid, const struct RTCOccludedFunctionNArguments* args, RTCTraversable traversable, struct RTCRay4* ray, unsigned int instID ); void rtcTraversableForwardOccluded8( void int* valid, const struct RTCOccludedFunctionNArguments* args, RTCTraversable traversable, struct RTCRay8* ray, unsigned int instID ); void rtcTraversableForwardOccluded16( void int* valid, const struct RTCOccludedFunctionNArguments* args, RTCTraversable traversable, struct RTCRay16* ray, unsigned int instID ); void rtcTraversableForwardOccluded4Ex( void int* valid, const struct RTCOccludedFunctionNArguments* args, RTCTraversable traversable, struct RTCRay4* ray, unsigned int instID, unsigned int instPrimID ); void rtcTraversableForwardOccluded8Ex( void int* valid, const struct RTCOccludedFunctionNArguments* args, RTCTraversable traversable, struct RTCRay8* ray, unsigned int instID, unsigned int instPrimID ); void rtcTraversableForwardOccluded16Ex( void int* valid, const struct RTCOccludedFunctionNArguments* args, RTCTraversable traversable, struct RTCRay16* ray, unsigned int instID, unsigned int instPrimID ); \f[R] .fi .SS DESCRIPTION .PP The \f[V]rtcTraversableForwardOccluded4/8/16/Ex\f[R] functions are equivalent to \f[V]rtcForwardOccluded4/8/16/Ex\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]rtcForwardOccluded4/8/16/Ex\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 [rtcForwardOccluded4/8/16/Ex], [rtcGetSceneTraversable]