| 1282 | } |
| 1283 | |
| 1284 | RTC_API void rtcTraversableIntersect16 (const int* valid, RTCTraversable htraversable, RTCRayHit16* rayhit, RTCIntersectArguments* args) |
| 1285 | { |
| 1286 | rtcIntersect16(valid, (RTCScene)htraversable, rayhit, args); |
| 1287 | } |
| 1288 | |
| 1289 | RTC_API void rtcTraversableForwardIntersect16(const int* valid, const RTCIntersectFunctionNArguments* args, RTCTraversable htraversable, RTCRay16* iray, unsigned int instID) |
| 1290 | { |
nothing calls this directly
no test coverage detected