*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
Commit 8d63c85b authored by Bernhard Kerbl's avatar Bernhard Kerbl
Browse files

my changes

parent c4387ef9
No related branches found
No related tags found
No related merge requests found
......@@ -201,9 +201,9 @@ You can choose to use a constant in code, or a parameter in the scene files, but
During development, you should experiment with this number and can observe how the image becomes more realistic as you increase the depth.
\paragraph*{Task 2, Russian Roulette (1 easy and 2 normal points)}
Implement Russian Roulette, with a minimum guaranteed depth of 4, according to the slides.
Russian roulette must be parameterisasble from the scene file.
It's probably easiest to start with a version that uses a fixed continuation probability in each bounce (1 Point). Check the slides for details.
Implement Russian Roulette, with a minimum guaranteed depth of 4.
Whether or not Russian roulette is used must be parameterisasble via boolean \texttt{rr} from the scene file.
You can start with a version that uses a fixed continuation probability in each bounce (1 Point). Check the slides for details.
However, the proper way to do it is to keep track of the \textit{throughput}.
With every bounce, the importance emitted from the camera is attenuated, and the probability for continuation should become lower.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment