Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
angelajyzhang authored Apr 17, 2024
1 parent 145732e commit 9378bd9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions watershader/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,14 +91,14 @@ <h3 align="middle">Progress</h3>
calculate the Fresnel term:
</p>

<div>
<div align="center">
<table>
<tr>
<td>
<img src="./images/lightbehavior.png" align="middle" width="400px"/>
<img src="./images/lightbehavior.png" width="400px"/>
</td>
<td>
<img src="./images/fresnel.png" align="middle" width="400px"/>
<img src="./images/fresnel.png" width="400px"/>
</td>
</tr>
</table>
Expand All @@ -110,7 +110,7 @@ <h3 align="middle">Progress</h3>
</p>

<div>
<img src=".images/calculation.png" align="middle" width="400px"/>
<img src="./images/calculation.png" align="middle" width="400px"/>
</div>

<p>This is also somewhat behind schedule as we had hoped to implement rudimentary refraction and reflection algorithms by this point.
Expand Down

0 comments on commit 9378bd9

Please sign in to comment.