84 lines
2.4 KiB
HTML
Raw Normal View History

2022-04-07 18:46:57 +02:00
**Final Project Proposal**
Student name: Cedric Hölzl
Sciper number: 257844
Scene description and motivation
================================
The idea is to render the famous "Matterhorn", viewed from the "Riffelsee" during the night, with Stone Balancing on one another in the foreground
The is achieved by combining/composing the following 3 pictures (taken from Wikipedia):
<img src="matterhorn.jpg"/>
<a href="https://commons.wikimedia.org/wiki/File:Matterhorn%2BRiffelsee.jpg">Source</a>
<img src="sky.jpg"/>
<a href="https://commons.wikimedia.org/wiki/File:ESO-VLT-Laser-phot-33a-07.jpg">Source</a>
<img src="rocks.jpg"/>
<a href="https://commons.wikimedia.org/wiki/File:Stone_Balancing_Sunset.jpg">Source</a>
Feature list
============
<table>
<tr>
<th>Feature</th>
<th>Standard point count</th>
<th>Adjusted point count</th>
<th>Notes</th>
</tr>
<tr>
<td>Public Dataset</td>
<td>10</td>
<td>10</td>
<td>
<a href="https://svs.gsfc.nasa.gov/4851">NASA Star Map</a>,
<a href="https://www.swisstopo.admin.ch/de/geodata/height/dhm25.html">Swiss Height Map</a>
</td>
</tr>
<tr>
<td>Textures</td>
<td>10</td>
<td>10</td>
<td>Skybox, Stone, Ground</td>
</tr>
<tr>
<td>Image-Based Illumination</td>
<td>30</td>
<td>30</td>
<td>Skybox Star Light (Infinite Area Light)</td>
</tr>
<tr>
<td>Advanced BRDF/BSDF</td>
<td>30</td>
<td>30</td>
<td>Disney BSDF</td>
</tr>
<tr>
<td><strong>Total</strong></td>
<td>80</td>
<td>80</td>
<td></td>
</tr>
</table>
<!-- 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>