Is there an algorithm to detect the intersection between a line and a Catmull-Clark subdivision surface?

140 Views Asked by At

Is there a known way to find all intersection points between a line and Catmull-Clark subdivision surface? I am trying to learn more about this topic to write a Vulkan raytracing intersection shader to directly detect an intersection without first converting it to a triangular mesh.

0

There are 0 best solutions below