You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the code fragment from Listing 79: [main.cc] Scene with hollow glass sphere (file books/RayTracingInOneWeekend.html, line 3647),
the fuzz argument for material_right should be set to $1.0$ instead of $0.0$, or it will not match the rendered result in Image 18: A hollow glass sphere below.