raytracing.github.io
raytracing.github.io copied to clipboard
Book 3 Listing 5 ("Stratifying the samples inside pixels") passes undefined `lights` to `cam.render()`
The render call should just be
cam.render(world);