Does ray tracing have any speed ups in algorithm running time in the frequency domain?

291 Views Asked by At

Could ray tracing be Fourier-transformed so that all calculations are done in the frequency domain?

I think ray-tracing a set of rays $S$ from the eye into the view frustum might be more efficient for large scenes when there's a lot of repetition so for instance a large landscape with trees with leaves, of the same few species.

Any counter thoughts?