andreasala98 / NM4PIG

Numerical Methods for Photorealistic Image Generation
MIT License
2 stars 1 forks source link

Boxes not working with PathTracer #7

Closed andreasala98 closed 3 years ago

andreasala98 commented 3 years ago

I noticed we are facing a weird bug when placing boxes in a scene, and then rendering with path tracer. It seems we are dividing some vector by zero during normalization processes. We need to look deeper into this

andreasala98 commented 3 years ago

Nice teamwork @TommasoArmadillo @PietroKlausner! After 1 hour of working together on Gather we finally found the bug!