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

Function rtcSetGeometryBoundsFunction

kernels/common/rtcore.cpp:2088–2096  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2086 }
2087
2088 RTC_API void rtcSetGeometryBoundsFunction (RTCGeometry hgeometry, RTCBoundsFunction bounds, void* userPtr)
2089 {
2090 Geometry* geometry = (Geometry*) hgeometry;
2091 RTC_CATCH_BEGIN;
2092 RTC_TRACE(rtcSetGeometryBoundsFunction);
2093 RTC_VERIFY_HANDLE(hgeometry);
2094 geometry->setBoundsFunction(bounds,userPtr);
2095 RTC_CATCH_END2(geometry);
2096 }
2097
2098 RTC_API void rtcSetGeometryDisplacementFunction (RTCGeometry hgeometry, RTCDisplacementFunctionN displacement)
2099 {

Callers 13

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

Calls 1

setBoundsFunctionMethod · 0.80

Tested by

no test coverage detected