| 28 | } |
| 29 | |
| 30 | void UserGeometry::setIntersectFunctionN (RTCIntersectFunctionN intersect) { |
| 31 | intersectorN.intersect = intersect; |
| 32 | } |
| 33 | |
| 34 | void UserGeometry::setOccludedFunctionN (RTCOccludedFunctionN occluded) { |
| 35 | intersectorN.occluded = occluded; |
no outgoing calls
no test coverage detected