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

Function rtcSetGeometryOccludedFunction

kernels/common/rtcore.cpp:2178–2186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2176 }
2177
2178 RTC_API void rtcSetGeometryOccludedFunction (RTCGeometry hgeometry, RTCOccludedFunctionN occluded)
2179 {
2180 Geometry* geometry = (Geometry*) hgeometry;
2181 RTC_CATCH_BEGIN;
2182 RTC_TRACE(rtcSetOccludedFunctionN);
2183 RTC_VERIFY_HANDLE(hgeometry);
2184 geometry->setOccludedFunctionN(occluded);
2185 RTC_CATCH_END2(geometry);
2186 }
2187
2188 RTC_API void rtcSetGeometryIntersectFilterFunction (RTCGeometry hgeometry, RTCFilterFunctionN filter)
2189 {

Callers 7

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

Calls 1

setOccludedFunctionNMethod · 0.80

Tested by

no test coverage detected