aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorJames Barnett <noreply@jamesbarnett.xyz>2022-01-03 21:09:23 +0000
committerJames Barnett <noreply@jamesbarnett.xyz>2022-01-03 21:09:23 +0000
commit496c63266d02bc9369e3406353b877a8ebbae60a (patch)
tree492af5590ac21a70099e2ac7cb38ca91dce3a694 /index.html
parent026a006b410a0132c2cb573edff4352b4333b857 (diff)
downloadjs-raytracer-496c63266d02bc9369e3406353b877a8ebbae60a.tar.xz
js-raytracer-496c63266d02bc9369e3406353b877a8ebbae60a.zip
Implement refraction
Diffstat (limited to 'index.html')
-rw-r--r--index.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/index.html b/index.html
index a08fcb9..cafe649 100644
--- a/index.html
+++ b/index.html
@@ -59,6 +59,12 @@
<i class="form-icon"></i> Reflections
</label>
</div>
+ <div class="form-group">
+ <label class="form-switch">
+ <input id="refractions-toggle" type="checkbox" checked>
+ <i class="form-icon"></i> Refractions
+ </label>
+ </div>
<p>Performance options</p>
<div class="form-group">
<label class="form-switch tooltip">