add support for orthographic camera!

This commit is contained in:
Yeicor
2024-02-10 19:56:47 +01:00
parent e9b24fd333
commit 3804ae5376
3 changed files with 39 additions and 5 deletions

View File

@@ -63,10 +63,8 @@ let modelViewerInfo: Ref<typeof ModelViewerInfo | null> = ref(null);
<!--suppress CssUnusedSymbol -->
<style>
html, body, #main {
html, body {
height: 100%;
margin: 0;
padding: 0;
overflow: hidden;
}
</style>