| 1241 | } |
| 1242 | |
| 1243 | RTC_API void rtcTraversableForwardIntersect1Ex(const RTCIntersectFunctionNArguments* args, RTCTraversable htraversable, RTCRay* iray_, unsigned int instID, unsigned int instPrimID) |
| 1244 | { |
| 1245 | rtcForwardIntersect1Ex(args, (RTCScene)htraversable, iray_, instID, instPrimID); |
| 1246 | } |
| 1247 | |
| 1248 | RTC_API void rtcTraversableIntersect4 (const int* valid, RTCTraversable htraversable, RTCRayHit4* rayhit, RTCIntersectArguments* args) |
| 1249 | { |
nothing calls this directly
no test coverage detected