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

Method setIntersectFunctionN

kernels/common/scene_user_geometry.cpp:30–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28 }
29
30 void UserGeometry::setIntersectFunctionN (RTCIntersectFunctionN intersect) {
31 intersectorN.intersect = intersect;
32 }
33
34 void UserGeometry::setOccludedFunctionN (RTCOccludedFunctionN occluded) {
35 intersectorN.occluded = occluded;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected