dilevin / computer-graphics-ray-tracing

Computer Graphics Assignment about Ray Tracing
1 stars 5 forks source link

Inside a sphere & bunny.json Issue #83

Open PlutoPuppy opened 1 day ago

PlutoPuppy commented 1 day ago
Screenshot 2024-09-30 at 3 29 23 PM Screenshot 2024-09-30 at 3 29 40 PM

Did anyone encountered this issue before? All my other pictures are correct, but the inside-a-sphere and bunny.json are so black :(

jennicao commented 1 day ago

This isn’t a solution but maybe #71 is helpful?

PlutoPuppy commented 1 day ago

Thanks a lot! I solved it by normalizing the shadowRay.dir before pass it into first hit!