(in One Weekend) invisible Raytraced Shadows #955
yusufmalik2008
started this conversation in
Debugging
Replies: 1 comment 1 reply
-
Is this Java? I have a repo of it of the weekend course finished that you can compare to: https://github.com/semagnum/JavaRaytracing |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The shading is invisible. I've tried gamma correction, etc, still doesn't work. It seems to be a problem with the normals. I'm following the tutorial at https://raytracing.github.io/books/RayTracingInOneWeekend.html#diffusematerials/limitingthenumberofchildrays
`
Result:


Intended Result:
Beta Was this translation helpful? Give feedback.
All reactions