| 604 | } |
| 605 | |
| 606 | virtual Vec3fa computeDirection(unsigned int primID) const { |
| 607 | throw_RTCError(RTC_ERROR_INVALID_OPERATION,"computeDirection not implemented for this geometry"); |
| 608 | } |
| 609 | |
| 610 | virtual Vec3fa computeDirection(unsigned int primID, size_t time) const { |
| 611 | throw_RTCError(RTC_ERROR_INVALID_OPERATION,"computeDirection not implemented for this geometry"); |
no outgoing calls
no test coverage detected