26 lines
1.1 KiB
HTML
26 lines
1.1 KiB
HTML
|
**Homework 1**
|
||
|
|
||
|
Student name: Cedric Hölzl
|
||
|
|
||
|
Sciper number: 257844
|
||
|
|
||
|
|
||
|
Feedback
|
||
|
========
|
||
|
|
||
|
Tutorial and explanations are straight forward. The bunny took some seconds to be rendered, I was unsure if my computer is slow or if it is expected (since it may only get worse with more complex renders).
|
||
|
|
||
|
Below you will find my resulting render of the "bunny.xml" scene.
|
||
|
<img src="bunny.png" alt="Bunny Render">
|
||
|
|
||
|
<!-- 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>
|