Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adcimon committed Dec 8, 2020
1 parent 96790e4 commit cc6d0ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ Vertex shader that morphs geometry into primitive shapes.

To morph into a sphere the vertices are expanded.
<p align="center">
<img align="center" src="sphere_morph.gif"><br>
<img align="center" src="sphere_morph.png"><br>
</p>

To morph into a cube the vertices are expanded and clamped to fit the cube dimensions.
<p align="center">
<img align="center" src="cube_morph.gif"><br>
<img align="center" src="cube_morph.png"><br>
</p>

References.
Expand Down

0 comments on commit cc6d0ac

Please sign in to comment.