Skip to content

Commit

Permalink
HW2: Realign images
Browse files Browse the repository at this point in the history
  • Loading branch information
chayhuixiang committed Feb 26, 2024
1 parent 13e79af commit 1161d2c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Binary file added .DS_Store
Binary file not shown.
14 changes: 7 additions & 7 deletions hw2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ <h3 align="middle">Part 3: Area-Weighted Vertex Normals</h3>
<br />
<div align="middle">
<table style="width:100%">
<tr>
<tr align="center">
<td>
<img src="images/teapot_without_normal.png" width="400px"/>
<figcaption align="middle">Teapot shading without vertex normals</figcaption>
Expand Down Expand Up @@ -248,7 +248,7 @@ <h3 align="middle">Part 4: Edge Flip</h3>
<br />
<div align="middle">
<table style="width:100%">
<tr>
<tr align="center">
<td>
<img src="images/teapot_original.png" width="400px"/>
<figcaption align="middle">Original teapot</figcaption>
Expand Down Expand Up @@ -287,7 +287,7 @@ <h3 align="middle">Part 5: Edge Split</h3>
<br />
<div align="middle">
<table style="width:100%">
<tr>
<tr align="center">
<td>
<img src="images/teapot_original.png" width="400px"/>
<figcaption align="middle">Original teapot</figcaption>
Expand All @@ -309,7 +309,7 @@ <h3 align="middle">Part 5: Edge Split</h3>
<br />
<div align="middle">
<table style="width:100%">
<tr>
<tr align="center">
<td>
<img src="images/teapot_original.png" width="400px"/>
<figcaption align="middle">Original teapot</figcaption>
Expand Down Expand Up @@ -345,7 +345,7 @@ <h3 align="middle">Part 6: Loop Subdivision for Mesh Upsampling</h3>
<br />
<div align="middle">
<table style="width:100%">
<tr>
<tr align="center">
<td>
<img src="images/icosahedron_original.png" width="400px"/>
<figcaption align="middle">Original icosahedron figure</figcaption>
Expand All @@ -372,7 +372,7 @@ <h3 align="middle">Part 6: Loop Subdivision for Mesh Upsampling</h3>
<br />
<div align="middle">
<table style="width:100%">
<tr>
<tr align="center">
<td>
<img src="images/cube_original.png" width="400px"/>
<figcaption align="middle">Original cube figure</figcaption>
Expand All @@ -389,7 +389,7 @@ <h3 align="middle">Part 6: Loop Subdivision for Mesh Upsampling</h3>
<br />
<div align="middle">
<table style="width:100%">
<tr>
<tr align="center">
<td>
<img src="images/cube_processed.png" width="400px"/>
<figcaption align="middle">Pre-processed cube before loop subdivision</figcaption>
Expand Down

0 comments on commit 1161d2c

Please sign in to comment.