Skip to content

Commit 3be2897

Browse files
committed
Add Viser embed media
1 parent d50d7dc commit 3be2897

37 files changed

+5177
-0
lines changed

recordings/drill_scene1.viser

917 KB
Binary file not shown.

recordings/drill_scene2.viser

915 KB
Binary file not shown.

recordings/drill_scene3.viser

915 KB
Binary file not shown.

recordings/drill_scene4.viser

915 KB
Binary file not shown.

recordings/iron_shelf_pick1.viser

855 KB
Binary file not shown.

recordings/iron_shelf_pick2.viser

845 KB
Binary file not shown.

recordings/iron_shelf_place1.viser

857 KB
Binary file not shown.

recordings/iron_shelf_place2.viser

847 KB
Binary file not shown.

recordings/jigsaw_shelf_pick1.viser

633 KB
Binary file not shown.

recordings/jigsaw_shelf_pick2.viser

634 KB
Binary file not shown.

recordings/jigsaw_shelf_place1.viser

634 KB
Binary file not shown.

recordings/jigsaw_shelf_place2.viser

634 KB
Binary file not shown.

recordings/shoe_shoebox_pick1.viser

840 KB
Binary file not shown.

recordings/shoe_shoebox_pick2.viser

840 KB
Binary file not shown.

recordings/shoe_shoebox_place1.viser

844 KB
Binary file not shown.

recordings/shoe_shoebox_place2.viser

844 KB
Binary file not shown.
786 KB
Binary file not shown.
20.7 KB
Binary file not shown.

viser-client/assets/SplatSortWorker-DiSpcAPr.js

+20
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

viser-client/assets/WebsocketServerWorker-CfOJfyVX.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
const e={};export{e as default};

viser-client/assets/index-BtpIAjkh.css

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

viser-client/assets/index-CCyjX3L9.js

+5,099
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
1.66 MB
Binary file not shown.
1.59 MB
Binary file not shown.

viser-client/hdri/forest_slope_1k.hdr

1.82 MB
Binary file not shown.

viser-client/hdri/kiara_1_dawn_1k.hdr

1.41 MB
Binary file not shown.

viser-client/hdri/lebombo_1k.hdr

1.41 MB
Binary file not shown.
1.47 MB
Binary file not shown.

viser-client/hdri/rooitou_park_1k.hdr

1.51 MB
Binary file not shown.
1.45 MB
Binary file not shown.
1.6 MB
Binary file not shown.
1.33 MB
Binary file not shown.

viser-client/index.html

+36
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-CCyjX3L9.js"></script>
30+
<link rel="stylesheet" crossorigin href="./assets/index-BtpIAjkh.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>

viser-client/logo.svg

+1
Loading

viser-client/manifest.json

+15
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+
}

viser-client/robots.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# https://www.robotstxt.org/robotstxt.html
2+
User-agent: *
3+
Disallow:

0 commit comments

Comments
 (0)