-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatic update from https://github.com/kmdouglass/cherry
- Loading branch information
Unknown
committed
Jan 19, 2024
0 parents
commit fff6c45
Showing
7 changed files
with
12 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
browser.science |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
@import "https://cdn.jsdelivr.net/npm/bulma@0.9.4/css/bulma.min.css"; | ||
|
||
.table tr td { | ||
text-align: right; | ||
vertical-align: middle; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<!DOCTYPE html> | ||
<html><head><meta charset="UTF-8"><meta content="width=device-width, initial-scale=1" name="viewport"><meta content="ie=edge" http-equiv="x-ua-compatible"><title>🍒 Cherry Raytracer</title><link href="./cherry.css" rel="stylesheet"></head><body><nav aria-label="main navigation" class="navbar" role="navigation"><div class="navbar-brand"><a class="navbar-item" href="https://browser.science">🍒 Cherry Raytracer</a><a aria-expanded="false" aria-label="menu" class="navbar-burger" data-target="navMenu" role="button"><span aria-hidden></span><span aria-hidden></span><span aria-hidden></span></a></div><div class="navbar-menu" id="navMenu"><div class="navbar-start"><div class="navbar-item has-dropdown is-hoverable"><a class="navbar-link">File</a><div class="navbar-dropdown"><a class="navbar-item" id="file-save">Save</a></div></div><div class="navbar-item has-dropdown is-hoverable"><a class="navbar-link">Examples</a><div class="navbar-dropdown"><a class="navbar-item" id="preset-planoconvex">Planoconvex lens</a><a class="navbar-item" id="preset-petzval">Petzval objective</a></div></div></div></div></nav><section class="section"><div class="container" id="systemRendering"></div><div class="tabs is-centered" id="system-parameters"><ul><li class="is-active"><a id="surfaces">Surfaces</a></li><li><a id="fields">Fields</a></li><li><a id="aperture">Aperture</a></li></ul></div><div id="tab-body"><div class="container"><div class="table-container"><table class="table" id="surfaces-table"><thead><tr><th style="width: 14%">Surface type</th><th style="width: 14%">n</th><th style="width: 14%">thickness</th><th style="width: 14%">diam</th><th style="width: 14%">roc</th><th style="width: 14%">Actions</th></tr></thead><tbody></tbody></table></div></div></div></section><script deferred src="./index.js"></script><script deferred src="./main.js"></script></body></html> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.