MCPcopy Create free account
hub / github.com/RenderKit/embree / computeDirection

Function computeDirection

kernels/common/geometry.h:606–608  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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");

Callers 2

computeAlignedSpaceMethod · 0.85
computeAlignedSpaceMBMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected