diff --git a/public/assignments/week05.html b/public/assignments/week05.html index 1a3a916c6a2ab7b59ecc9a3753ef565c49e79cec..29b7f0bd081549e765cfbfdf66345ae213317f2b 100644 --- a/public/assignments/week05.html +++ b/public/assignments/week05.html @@ -351,6 +351,10 @@ <p>I first sketched and extruded 2 spheres : a small one nested in a bigger.</p> + <span class="image object"> + <img src="../images/2spheres-sketched.jpg" alt="..." /> + </span> + <span class="image object"> <img src="../images/fusion360-big-sphere-body.jpg" alt="..." /> </span> @@ -358,7 +362,7 @@ <p>Then I designed the "voronoid" aspect on the biggest one.</p> <span class="image object"> - <img src="../images/non-substractive-3D-print-supports.jpg" alt="..." /> + <img src="../images/small-in-voronoid-big.jpg" alt="..." /> </span> <p>We printed it on the Ender-5 Plus and added a raft and some tree support.</p> diff --git a/public/images/2spheres-sketched.jpg b/public/images/2spheres-sketched.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9a58517593f2a1b42ef063d4bd40d6455f0ce33b Binary files /dev/null and b/public/images/2spheres-sketched.jpg differ diff --git a/public/images/small-in-voronoid-big.jpg b/public/images/small-in-voronoid-big.jpg new file mode 100644 index 0000000000000000000000000000000000000000..905d8119e7b0f021154700a39f3007411039797e Binary files /dev/null and b/public/images/small-in-voronoid-big.jpg differ diff --git a/public/images/voronoid-sphere-construction.jpg b/public/images/voronoid-sphere-construction.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a54d202bd7be7c9d107fff53808c02d22c83b284 Binary files /dev/null and b/public/images/voronoid-sphere-construction.jpg differ