| 1236 | } |
| 1237 | |
| 1238 | RTC_API void rtcTraversableForwardIntersect1 (const RTCIntersectFunctionNArguments* args, RTCTraversable htraversable, RTCRay* iray_, unsigned int instID) |
| 1239 | { |
| 1240 | rtcForwardIntersect1(args, (RTCScene)htraversable, iray_, instID); |
| 1241 | } |
| 1242 | |
| 1243 | RTC_API void rtcTraversableForwardIntersect1Ex(const RTCIntersectFunctionNArguments* args, RTCTraversable htraversable, RTCRay* iray_, unsigned int instID, unsigned int instPrimID) |
| 1244 | { |
no test coverage detected