Skip to content

Does the Path Tracer activly searches for a Lightsource after beeing reflected at a Surface #514

Answered by ziyi-zhang
Tscho1995 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,
Source code of path integrator with comments can be found here.

What you described "find the light source" is the strategy emitter sampling in the code, and "reflection Angle of the Surface" is the strategy BSDF sampling. They are combined with multiple importance sampling (MIS) to get the same correct result with lower variance. The behavior to actively find emitters is also called next event estimation.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by njroussel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants