Skip to content

Commit

Permalink
task 6 change
Browse files Browse the repository at this point in the history
  • Loading branch information
hkhaung committed Feb 28, 2024
1 parent 4e7de81 commit 295f631
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 4 deletions.
52 changes: 48 additions & 4 deletions homeworks/hw2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -536,11 +536,55 @@ <h3>Task 6: Loop Subdivision for Mesh Upsampling</h3>
edges.
</p>

<div align="middle">
<table style="width=100%">
<tr>
<td>
<img src="task6nosharp.png" align="middle" width="400px" />
<figcaption class="figcaption" align="middle">
Before subdivision
</figcaption>
<br />
</td>
<td>
<img src="task6nosharpL.png" align="middle" width="400px" />
<figcaption class="figcaption" align="middle">
After subdivision, it becomes rounded
</figcaption>
<br />
</td>
</tr>
<br />
<tr>
<td>
<img src="task6sharp.png" align="middle" width="400px" />
<figcaption class="figcaption" align="middle">
After pre-splitting edges around sharp corners and
subdivision
</figcaption>
<br />
</td>
<td>
<img
src="task6sharp_rotate.png"
align="middle"
width="400px"
/>
<figcaption class="figcaption" align="middle">
Viewing the mesh from the side shows us that the sharp
corner is somewhat maintained
</figcaption>
<br />
</td>
</tr>
</table>
</div>

<p>
The cube is not symmetrical after repeated subdivisions because
originally, for each of its faces, it only has one inner edge which
causes it to be asymmetric. The fix is to pre-split this edge for
each face and then do subdivision.
Similarly, the cube is not symmetrical after repeated subdivisions
because originally, for each of its faces, it only has one inner
edge which causes it to be asymmetric. The fix is to pre-split this
edge for each face and then do subdivision.
</p>

<br />
Expand Down
Binary file added homeworks/hw2/task6nosharp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added homeworks/hw2/task6nosharpL.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added homeworks/hw2/task6sharp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added homeworks/hw2/task6sharp_rotate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 295f631

Please sign in to comment.