micheledallerive / raytracer

A C++ raytracer
0 stars 0 forks source link

Soft shadows - 5 points #3

Closed micheledallerive closed 7 months ago

micheledallerive commented 7 months ago

To generate soft shadows, add to your scene at least one area light source, e.g., square or sphere. You should additionally visualize the light source by rendering it in the color of the light source. Remember to balance the contributions of different light sources in the scene to get an appealing visual effect.

micheledallerive commented 7 months ago

https://www.icorsi.ch/mod/book/view.php?id=1003388&chapterid=24732