RayTracing/raytracing.github.io

[Book 3] Incorrect number of samples written for mixture density

Opened this issue · 0 comments

[Minor]

Relatively sure the image here was generated with 10 samples, not 1000. Just was a bit confused because my image has a lot less noise.

Updating `main.cc` to 1000 samples per pixel (not listed) yields:

Book image:
image

My program with 1000 samples:
image

My program with 10 samples:
image

Happy to fix.