From a0b8cfe2a8327db026c113edbd342f42062b1d03 Mon Sep 17 00:00:00 2001 From: Yeicor <4929005+Yeicor@users.noreply.github.com> Date: Sat, 17 Feb 2024 17:37:15 +0100 Subject: [PATCH] lots of improvements --- src/App.vue | 26 +++++++++---- src/misc/network.ts | 62 +++++++++++++++++++++++++++++++ src/misc/scene.ts | 41 ++++++++++++++++++++ src/misc/settings.ts | 4 +- src/models/Models.vue | 6 +-- src/tools/OrientationGizmo.vue | 4 +- src/tools/Tools.vue | 29 ++++++++------- src/viewer/ModelViewerWrapper.vue | 21 ++++++----- 8 files changed, 154 insertions(+), 39 deletions(-) create mode 100644 src/misc/scene.ts diff --git a/src/App.vue b/src/App.vue index f121dee..7468e99 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,3 +1,4 @@ +