Skip to content

Commit

Permalink
HW2: Update image
Browse files Browse the repository at this point in the history
  • Loading branch information
chayhuixiang committed Feb 26, 2024
1 parent 1161d2c commit 3431368
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions hw2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ <h2>Teapot </h2>
<table style="width:100%">
<tr align="center">
<td>
<img src="images/ss8.png" align="middle" width="400px" />
<img src="images/teapot.png" align="middle" width="400px" />
<figcaption>Teapot</figcaption>
</td>
</tr>
Expand Down Expand Up @@ -347,15 +347,15 @@ <h3 align="middle">Part 6: Loop Subdivision for Mesh Upsampling</h3>
<table style="width:100%">
<tr align="center">
<td>
<img src="images/icosahedron_original.png" width="400px"/>
<img src="images/icosahedron_original.png" width="300px"/>
<figcaption align="middle">Original icosahedron figure</figcaption>
</td>
<td>
<img src="images/icosahedron_1.png" align="middle" width="400px"/>
<img src="images/icosahedron_1.png" align="middle" width="300px"/>
<figcaption align="middle">Icosahedron after 1 round of loop subdivision</figcaption>
</td>
<td>
<img src="images/icosahedron_2.png" align="middle" width="400px"/>
<img src="images/icosahedron_2.png" align="middle" width="300px"/>
<figcaption align="middle">Icosahedron after 2 rounds of loop subdivision</figcaption>
</td>
</tr>
Expand Down

0 comments on commit 3431368

Please sign in to comment.