| 1231 | } |
| 1232 | |
| 1233 | RTC_API void rtcTraversableIntersect1 (RTCTraversable htraversable, RTCRayHit* rayhit, RTCIntersectArguments* args) |
| 1234 | { |
| 1235 | rtcIntersect1((RTCScene)htraversable, rayhit, args); |
| 1236 | } |
| 1237 | |
| 1238 | RTC_API void rtcTraversableForwardIntersect1 (const RTCIntersectFunctionNArguments* args, RTCTraversable htraversable, RTCRay* iray_, unsigned int instID) |
| 1239 | { |
no test coverage detected