We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ray_color
The section changes the sphere class to let us shoot sample ray to the glass ball, but the ray_color function doesn't change any sampling scheme.
sphere
Furthermore, it mentions
It took five times as long as sampling the light did for my code. This is probably because those rays that hit the glass are expensive!
So I believe the modification in ray_color is missing.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The section changes the
sphere
class to let us shoot sample ray to the glass ball, but theray_color
function doesn't change any sampling scheme.Furthermore, it mentions
So I believe the modification in
ray_color
is missing.The text was updated successfully, but these errors were encountered: