raytracing.github.io icon indicating copy to clipboard operation
raytracing.github.io copied to clipboard

Book 3 Listing 5 ("Stratifying the samples inside pixels") passes undefined `lights` to `cam.render()`

Open hollasch opened this issue 2 years ago • 0 comments

The render call should just be

cam.render(world);

hollasch avatar Feb 15 '24 00:02 hollasch