Some UI nonsense...
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user