| 14 | } |
| 15 | |
| 16 | bool buildProgress (void* userPtr, double f) { |
| 17 | return true; |
| 18 | } |
| 19 | |
| 20 | void splitPrimitive (const RTCBuildPrimitive* prim, unsigned int dim, float pos, RTCBounds* lprim, RTCBounds* rprim, void* userPtr) |
| 21 | { |
no outgoing calls
no test coverage detected