nori/results/project-proposal/proposal.html

64 lines
1.9 KiB
HTML

**Final Project Proposal**
Student name:
Sciper number:
Scene description and motivation
================================
Describe the scene you plan to render. Use at least one motivational image.
Feature list
============
Using the table below, list the features you'll use to achieve your render, and how they are used.
* Include the point counts, they should add up to *80 points*.
* If your list of features adds up to more than 80 points, you must reduce the point count for the features of your choice until the total reaches 80 points exactly.
<table>
<tr>
<th>Feature</th>
<th>Identifier</th>
<th>Standard point count</th>
<th>Adjusted point count</th>
</tr>
<tr>
<td>Feature 1</td>
<td>#S-abc</td>
<td>20</td>
<td>20</td>
</tr>
<tr>
<td>Feature 2</td>
<td>#M-BADCAFE</td>
<td>30</td>
<td>15</td>
</tr>
<tr>
<td>Feature ...</td>
<td>#E-...</td>
<td>...</td>
<td>...</td>
</tr>
<tr>
<td colspan="2"><strong>Total</strong></td>
<td>95</td>
<td>80</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>