nori/results/homework-1/report.html

61 lines
2.3 KiB
HTML

**Homework 1**
Student name:
Sciper number:
Feedback
========
Use this section to provide feedback about the assignment.
About this template
===================
* Structure your report using numbers and titles following those of the assignment.
* For every task include all images you generated in a format that is viewable within a web browser. You can use HDRI Tools, or photoshop to tonemap you images and save them as jpgs or pngs. We recommend tonemapping your images by just changing exposure and using sRGB (if available) or a gamma of 2.2.
* Include descriptions of encountered problems, a list of external libraries that you used (if applicable) and the time you spent on each task.
For an overview of Markdeep and its syntax, see the [official demo document](https://casual-effects.com/markdeep/features.md.html) and
the associated [source code](https://casual-effects.com/markdeep/features.md.html?noformat).
Exercise writeup
================
Proofs and justifications
-------------------------
LaTeX is also supported:
$$
L_o(\mathbf{x}, \omega_o) = \int_{\Omega} L_i(\mathbf{x},\omega_i)\, f(\mathbf{x}, \omega_i, \omega_o)\, |\cos\theta_i|\, \mathrm{d}\omega_i
$$
Reference comparisons
---------------------
Comparison 1
<div class="twentytwenty-container">
<img src="reference.jpg" alt="Reference">
<img src="mine.jpg" alt="Mine">
</div>
Comparison 2
<div class="twentytwenty-container">
<img src="mine.jpg" alt="Reference">
<img src="reference.jpg" alt="Mine">
</div>
<!-- Slider -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/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>var markdeepOptions = {onLoad: function() {$(".twentytwenty-container").twentytwenty({default_offset_pct: 0.5, move_slider_on_hover: true});} };</script>
<!-- Markdeep: -->
<script src="https://morgan3d.github.io/markdeep/latest/markdeep.min.js?" charset="utf-8"></script>
<script>window.alreadyProcessedMarkdeep||(document.body.style.visibility="visible")</script>