From fab87fe13c6056a0f97496a39fb79c9a460c4cea Mon Sep 17 00:00:00 2001 From: Charlotte Vandenbulcke <ch.vandenbulcke@gmail.com> Date: Wed, 28 Feb 2024 14:47:05 +0100 Subject: [PATCH] forgot to save the changes in file week05 --- public/assignments/week05.html | 38 ++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/public/assignments/week05.html b/public/assignments/week05.html index 3c1f0f5..d56a5ae 100644 --- a/public/assignments/week05.html +++ b/public/assignments/week05.html @@ -291,10 +291,48 @@ <p>But then, the first piece we tried to scan (this cute DIYed Minion plush) didn't went well because it was too cylindrical and had some black pieces...</p> + <span class="image object"> + <img src="../images/minion-scan-model.jpg" alt="..." /> + </span> + + <span class="image object"> + <img src="../images/minion-being-scanned.jpg" alt="..." /> + </span> + <p>The second piece was too complexe and so closing the object was hard.</p> + <span class="image object"> + <img src="../images/christmas-tree-object-to-scan.jpg" alt="..." /> + </span> + <p>We finally did the scan on a 3D printed owl and it was better.</p> + <span class="image object"> + <img src="../images/owl-object-to-scan.jpg" alt="..." /> + </span> + + <span class="image object"> + <img src="../images/owl-scan-finished.jpg" alt="..." /> + </span> + + <p>we could work on all the steps to get the piece finished and have the seperated files.</p> + + <span class="image object"> + <img src="../images/scan-detail-selection.jpg" alt="..." /> + </span> + + <span class="image object"> + <img src="../images/owl-scan-dots.jpg" alt="..." /> + </span> + + <span class="image object"> + <img src="../images/watertight-selection.jpg" alt="..." /> + </span> + + <span class="image object"> + <img src="../images/owl-scan-files.jpg" alt="..." /> + </span> + <h4>Non substractive 3D design and print</h4> <p>For the non substractive object, I designed a "cat toy" ball : a "voronoid type" sphere with a plain ball inside.</p> -- GitLab