You are viewing the course site for a past offering of this course. The current offering may be found here.
Lecture 13: Global Illumination & Path Tracing (24)
jenny-xiang

A question about the psuedo code: I’m a little bit confused by what exactly is "intersect(x, wi)" returning, and why it should be passed into the radiance function? I thought that here x is equivalent to the P the previous side, and shouldn't L directly take in (P, -wi) instead of (intersect(P, wi), -wi)?

zhangyifei-chelsea

[deleted]

briana-jin-zhang

Is it possible that the calculated L is zero, as in it didn't hit a light source?

You must be enrolled in the course to comment