-
Notifications
You must be signed in to change notification settings - Fork 910
Book 3 Ray Tracing For The Rest of Your Life-Listing 11 #831
New issue
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
Comments
I'm on it, thank you |
@trevordblack — let's throw this on |
Well. It's in the changes I literally just created a PR for......... |
You, sir, have ruined everything. No worries, keep it in |
sure |
Can I close out this issue? |
Used variable `direction` when it should have been `scatter_direction`.
Hmmm, looks like v3.2.4 ain't happening; I'd forgotten whether this was true and had to check. There's nothing on Added an entry to CHANGELOG, as the only change in #884. |
CHANGELOG += #831: book3 listing 11 fix
In the third book Ray Tracing For The Rest of Your Life, listing 11 for
material.h
has:scattered = ray(rec.p, unit_vector(direction), r_in.time());
the variable
direction
was not declared.The text was updated successfully, but these errors were encountered: