diff --git a/README.md b/README.md index 1a7646c7..e2d7f7db 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ # [Project 1: Noise](https://github.com/CIS-566-Fall-2022/hw01-fireball-base) +## Fireball + +[live demo](https://zhiyi1801.github.io/hw01-fireball/) +### Results preview: +![](img/fireball.gif) + ## Objective Get comfortable with using WebGL and its shaders to generate an interesting 3D, continuous surface using a multi-octave noise algorithm. diff --git a/dist/index.html b/dist/index.html index 062fed2f..e01a7500 100644 --- a/dist/index.html +++ b/dist/index.html @@ -1,7 +1,7 @@
-