RayTracing / raytracing.github.io

Main Web Site (Online Books)
https://raytracing.github.io/
Creative Commons Zero v1.0 Universal
8.86k stars 870 forks source link

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

Open berkowitze opened 1 month ago

berkowitze commented 1 month ago

[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.

https://github.com/RayTracing/raytracing.github.io/blob/dc8b773b015348d1b1911ee6b91b5ac57f2aebd8/books/RayTracingTheRestOfYourLife.html#L3253

Book image: image

My program with 1000 samples: image

My program with 10 samples: image

Happy to fix.