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

Method setBoundsFunction

kernels/common/scene_user_geometry.cpp:26–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 }
25
26 void UserGeometry::setBoundsFunction (RTCBoundsFunction bounds, void* userPtr) {
27 this->boundsFunc = bounds;
28 }
29
30 void UserGeometry::setIntersectFunctionN (RTCIntersectFunctionN intersect) {
31 intersectorN.intersect = intersect;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected