MCPcopy Create free account
hub / github.com/RenderKit/embree / rtcSetGeometryIntersectFunction

Function rtcSetGeometryIntersectFunction

kernels/common/rtcore.cpp:2108–2116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2106 }
2107
2108 RTC_API void rtcSetGeometryIntersectFunction (RTCGeometry hgeometry, RTCIntersectFunctionN intersect)
2109 {
2110 Geometry* geometry = (Geometry*) hgeometry;
2111 RTC_CATCH_BEGIN;
2112 RTC_TRACE(rtcSetGeometryIntersectFunction);
2113 RTC_VERIFY_HANDLE(hgeometry);
2114 geometry->setIntersectFunctionN(intersect);
2115 RTC_CATCH_END2(geometry);
2116 }
2117
2118 RTC_API void rtcSetGeometryPointQueryFunction(RTCGeometry hgeometry, RTCPointQueryFunction pointQuery)
2119 {

Callers 11

addUserGeometrySphereFunction · 0.85
addUserGeometryEmptyMethod · 0.85
runMethod · 0.85
createLazyObjectFunction · 0.85
createAnalyticalSpheresFunction · 0.85
createInstanceFunction · 0.85
createTriangulatedSphereFunction · 0.85
createClothSheetFunction · 0.85
createInstanceFunction · 0.85
createAnalyticalSphereFunction · 0.85
createAnalyticalSpheresFunction · 0.85

Calls 1

setIntersectFunctionNMethod · 0.80

Tested by

no test coverage detected