Raytracing Shadow Falloff Distance, adjustable?

No… just no… Ray Tracing doesn’t work like shadow maps, where shadow maps are generated per object. Ray tracing has the entire level geometry in the acceleration structure, and ray are traced from the camera, per pixel. So it doesn’t scale with the amount of objects but image resolution.

1 Like