diff --git a/.gitignore b/.gitignore index e43b0f9..96f05f1 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ .DS_Store +old/ +new/ diff --git a/RTXoff.svg b/RTXoff.svg new file mode 100644 index 0000000..80488f7 --- /dev/null +++ b/RTXoff.svg @@ -0,0 +1,103 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/RTXon.svg b/RTXon.svg new file mode 100644 index 0000000..d3124d7 --- /dev/null +++ b/RTXon.svg @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/index.html b/index.html index 03424f2..6cde78c 100644 --- a/index.html +++ b/index.html @@ -21,6 +21,7 @@
+
@@ -56,7 +57,19 @@ Solar RTX

In this homework, I implemented Global illumination w/ Realtime Recursive Ray Tracing!

-Here is how it works: +Usage: +

+How it works: