3DGS_viewerTest / index.html
sokobanni's picture
Upload 6 files
711a207
raw
history blame
736 Bytes
<!DOCTYPE html>
<html>
<head>
<title>RECON Labs Gaussian Splatting demo</title>
<meta charset="utf-8" />
<meta name="viewport"
content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no" />
</head>
<body style="background: black; overflow: hidden; margin: 0;">
<script async src="https://ga.jspm.io/npm:es-module-shims@1.5.1/dist/es-module-shims.js"
crossorigin="anonymous"></script>
<script type="importmap">
{
"imports": {
"three": "https://unpkg.com/three@0.157.0/build/three.module.js",
"three/addons/": "https://unpkg.com/three@0.157.0/examples/jsm/"
}
}
</script>
<script type="module" src="main.js"></script>
</body>
</html>