| 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; |
no outgoing calls
no test coverage detected