| 2240 | } |
| 2241 | |
| 2242 | RTC_API void rtcCommitGeometry (RTCGeometry hgeometry) |
| 2243 | { |
| 2244 | Geometry* geometry = (Geometry*) hgeometry; |
| 2245 | RTC_CATCH_BEGIN; |
| 2246 | RTC_TRACE(rtcCommitGeometry); |
| 2247 | RTC_VERIFY_HANDLE(hgeometry); |
| 2248 | return geometry->commit(); |
| 2249 | RTC_CATCH_END2(geometry); |
| 2250 | } |
| 2251 | |
| 2252 | RTC_API unsigned int rtcAttachGeometry (RTCScene hscene, RTCGeometry hgeometry) |
| 2253 | { |
no test coverage detected