For each intersection point, cast shadow rays towards the light sources to determine if the point is in shadow. -->If the shadow ray intersects an object before reaching the light source, the point is shadowed and should be rendered darker.
For each intersection point, cast shadow rays towards the light sources to determine if the point is in shadow.
-->If the shadow ray intersects an object before reaching the light source, the point is shadowed and should be rendered darker.