diff options
| author | James Barnett <noreply@jamesbarnett.xyz> | 2022-01-03 21:09:23 +0000 |
|---|---|---|
| committer | James Barnett <noreply@jamesbarnett.xyz> | 2022-01-03 21:09:23 +0000 |
| commit | 496c63266d02bc9369e3406353b877a8ebbae60a (patch) | |
| tree | 492af5590ac21a70099e2ac7cb38ca91dce3a694 /index.html | |
| parent | 026a006b410a0132c2cb573edff4352b4333b857 (diff) | |
| download | js-raytracer-496c63266d02bc9369e3406353b877a8ebbae60a.tar.xz js-raytracer-496c63266d02bc9369e3406353b877a8ebbae60a.zip | |
Implement refraction
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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"> |