| 1267 | } |
| 1268 | |
| 1269 | RTC_API void rtcTraversableIntersect8 (const int* valid, RTCTraversable htraversable, RTCRayHit8* rayhit, RTCIntersectArguments* args) |
| 1270 | { |
| 1271 | rtcIntersect8(valid, (RTCScene)htraversable, rayhit, args); |
| 1272 | } |
| 1273 | |
| 1274 | RTC_API void rtcTraversableForwardIntersect8(const int* valid, const RTCIntersectFunctionNArguments* args, RTCTraversable htraversable, RTCRay8* iray, unsigned int instID) |
| 1275 | { |
nothing calls this directly
no test coverage detected