***
Wartungsfenster jeden ersten Mittwoch vormittag im Monat
***
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Assignments
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
E193-02 Rendering Course
Assignments
Commits
8d63c85b
Commit
8d63c85b
authored
3 years ago
by
Bernhard Kerbl
Browse files
Options
Downloads
Patches
Plain Diff
my changes
parent
c4387ef9
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
assignments_2021/assignment1_path_tracing/assignment1_path_tracing.tex
+3
-3
3 additions, 3 deletions
...021/assignment1_path_tracing/assignment1_path_tracing.tex
with
3 additions
and
3 deletions
assignments_2021/assignment1_path_tracing/assignment1_path_tracing.tex
+
3
−
3
View file @
8d63c85b
...
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment