Skip to content

Commit a723e18

Browse files
committed
Plant visualizations and other details
1 parent 042a81a commit a723e18

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+5482
-82
lines changed
786 KB
Binary file not shown.

build/assets/Sorter-Df0J3ZWJ.wasm

20.7 KB
Binary file not shown.

build/assets/SplatSortWorker-CninEppe.js

Lines changed: 20 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/assets/WebsocketServerWorker-2xce1CWr.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/assets/index-DBkbZXbM.js

Lines changed: 5166 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/assets/index-Z3FnvLyu.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/hdri/potsdamer_platz_1k.hdr

1.47 MB
Binary file not shown.

build/index.html

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<!-- Google tag (gtag.js) -->
5+
<script
6+
async
7+
src="https://www.googletagmanager.com/gtag/js?id=G-662WDGHPZZ"
8+
></script>
9+
<script>
10+
window.dataLayer = window.dataLayer || [];
11+
function gtag() {
12+
dataLayer.push(arguments);
13+
}
14+
gtag("js", new Date());
15+
16+
gtag("config", "G-662WDGHPZZ");
17+
</script>
18+
<meta charset="utf-8" />
19+
<link rel="icon" href="./logo.svg" />
20+
<meta name="viewport" content="width=device-width, initial-scale=1" />
21+
<meta name="theme-color" content="#000000" />
22+
<meta name="description" content="Viser client" />
23+
<!--
24+
manifest.json provides metadata used when your web app is installed on a
25+
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
26+
-->
27+
<link rel="manifest" href="./manifest.json" />
28+
<title>Viser</title>
29+
<script type="module" crossorigin src="./assets/index-DBkbZXbM.js"></script>
30+
<link rel="stylesheet" crossorigin href="./assets/index-Z3FnvLyu.css">
31+
</head>
32+
<body>
33+
<noscript>You need to enable JavaScript to run this app.</noscript>
34+
<div id="root"></div>
35+
</body>
36+
</html>

build/logo.svg

Lines changed: 1 addition & 0 deletions

build/manifest.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"short_name": "Viser",
3+
"name": "Viser",
4+
"icons": [
5+
{
6+
"src": "favicon.svg",
7+
"sizes": "any",
8+
"type": "image/x-icon"
9+
}
10+
],
11+
"start_url": ".",
12+
"display": "standalone",
13+
"theme_color": "#000000",
14+
"background_color": "#ffffff"
15+
}

0 commit comments

Comments
 (0)