Replies: 1 comment
-
Found the issue. I didn't update my tmax for subsequent hits in my hittableList This discussion made me take a look back at my hittablist's |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am following along book 1 and encountered issues with dielectric rendering. Here are my renders:
Another issue I noticed was that the order of spheres added to HittableList objects affects the final render. I have the center sphere added second to the list (just like in the book) and it is rendering below the side spheres (similar to layers in image editing tools). Is this a known issue for all?
Here is a link to my repo - https://github.com/jravi7/raytracing-in-a-weekend
Beta Was this translation helpful? Give feedback.
All reactions