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

Function rtcSetGeometryPointQueryFunction

kernels/common/rtcore.cpp:2118–2126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2116 }
2117
2118 RTC_API void rtcSetGeometryPointQueryFunction(RTCGeometry hgeometry, RTCPointQueryFunction pointQuery)
2119 {
2120 Geometry* geometry = (Geometry*) hgeometry;
2121 RTC_CATCH_BEGIN;
2122 RTC_TRACE(rtcSetGeometryPointQueryFunction);
2123 RTC_VERIFY_HANDLE(hgeometry);
2124 geometry->setPointQueryFunction(pointQuery);
2125 RTC_CATCH_END2(geometry);
2126 }
2127
2128 RTC_API unsigned int rtcGetGeometryFirstHalfEdge(RTCGeometry hgeometry, unsigned int faceID)
2129 {

Callers 3

runMethod · 0.85
createInstanceFunction · 0.85
device_initFunction · 0.85

Calls 1

setPointQueryFunctionMethod · 0.80

Tested by

no test coverage detected