-
Notifications
You must be signed in to change notification settings - Fork 0
/
report.html
66 lines (50 loc) · 2.75 KB
/
report.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
**Homework 4**
Student name:
Sciper number:
Area lights (25 pts)
====================
Distribution Ray Tracing (40 pts)
=================================
Diffuse motto:
<div class="twentytwenty-container">
<img src="motto-diffuse-ref.png" alt="Reference">
<img src="motto-diffuse.png" alt="Mine">
</div>
Cornell box (distributed):
<div class="twentytwenty-container">
<img src="cbox-distributed-ref.png" alt="Reference">
<img src="cbox-distributed.png" alt="Mine">
</div>
Note: The newest revision of the Nori base code automatically generates both a `.exr` as well as a sRGB tonemapped `.png` image of your rendering that is directly used for the comparison above. Please still commit both versions in your `results/homework-X` folder.
Dielectrics (25 pts)
====================
Whitted-style ray tracing (10 pts)
==================================
Dielectric motto:
<div class="twentytwenty-container">
<img src="motto-dielectric-ref.png" alt="Reference">
<img src="motto-dielectric.png" alt="Mine">
</div>
Cornell box (Whitted):
<div class="twentytwenty-container">
<img src="cbox-whitted-ref.png" alt="Reference">
<img src="cbox-whitted.png" alt="Mine">
</div>
Note: The newest revision of the Nori base code automatically generates both a `.exr` as well as a sRGB tonemapped `.png` image of your rendering that is directly used for the comparison above. Please still commit both versions in your `results/homework-X` folder.
Feedback
========
We would appreciate any comments or criticism to improve the projects in future years--naturally, this part will not be graded. Examples of information that is useful to us includes:
* How much time did you spend on the assignment? How was it divided between designing, coding, and testing?
* What advice should we have given you before you started?
* What was hard or surprising about the assignment?
* What did you like or dislike? What else would you change?
<!--- Markdeep & image comparison library - probably no need to change anything below -->
<style class="fallback">body{visibility:hidden;white-space:pre;font-family:monospace}</style><script src="../resources/markdeep.min.js"></script><script>window.alreadyProcessedMarkdeep||(document.body.style.visibility="visible")</script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="../resources/jquery.event.move.js"></script>
<script src="../resources/jquery.twentytwenty.js"></script>
<link href="../resources/offcanvas.css" rel="stylesheet">
<link href="../resources/twentytwenty.css" rel="stylesheet" type="text/css" />
<script>
$(window).load(function(){$(".twentytwenty-container").twentytwenty({default_offset_pct: 0.5});});
</script>