lots of selection fixes and nicer tools interface

This commit is contained in:
Yeicor
2024-02-21 21:08:46 +01:00
parent cc5b96877a
commit dc600c3f6c
6 changed files with 115 additions and 33 deletions

View File

@@ -9,7 +9,7 @@ import Models from "./models/Models.vue";
import {VLayout, VMain, VToolbarTitle} from "vuetify/lib/components";
import {settings} from "./misc/settings";
import {NetworkManager, NetworkUpdateEvent} from "./misc/network";
import {SceneManagerData, SceneMgr} from "./misc/scene";
import {SceneMgr} from "./misc/scene";
// NOTE: The ModelViewer library is big (THREE.js), so we split it and import it asynchronously
const ModelViewerWrapper = defineAsyncComponent({