Some UI nonsense...

This commit is contained in:
2024-05-27 22:24:07 +02:00
parent ca78ad8e8b
commit e019d1d419
3 changed files with 26 additions and 2 deletions

View File

@@ -11,13 +11,15 @@
"three": "./vendor/three/build/three.module.js",
"@thatopen/fragments": "./vendor/@thatopen/fragments/dist/index.mjs",
"web-ifc": "./vendor/web-ifc/web-ifc-api.js",
"openbim-components": "./vendor/@thatopen/components/dist/index.mjs"
"openbim-components": "./vendor/@thatopen/components/dist/index.mjs",
"lit": "./vendor/@lit-labs/ssr-dom-shim/index.js"
}
}
</script>
<script src='main.js' type="module"></script>
</head>
<body>
<div id="scene"></div>
<div id="scene" style="min-height: 100vh;"></div>
<div id="ui" style="position: absolute; top: 2rem; min-width: 100vw; z-index: 5;"></div>
</body>
</html>