From 85a401e9ec8a90406bf893650a5d0afd55aebd1f Mon Sep 17 00:00:00 2001 From: Yeicor <4929005+Yeicor@users.noreply.github.com> Date: Sat, 10 Feb 2024 18:35:38 +0100 Subject: [PATCH] started working on tools and sharing scene --- src/App.vue | 27 +++++++++++---- src/Loading.vue | 4 +++ src/ModelViewerOverlay.vue | 19 +++++++++-- src/ModelViewerWrapper.vue | 48 +++++++++++++------------- src/OrientationGizmo.vue | 70 ++++++++++++++++++++++++++++++++++++++ src/Sidebar.vue | 8 ++++- src/Tools.vue | 36 ++++++++++++++++++++ src/index.ts | 12 ++----- src/shims.d.ts | 5 +-- 9 files changed, 182 insertions(+), 47 deletions(-) create mode 100644 src/OrientationGizmo.vue create mode 100644 src/Tools.vue diff --git a/src/App.vue b/src/App.vue index 0abcbe1..511d87f 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,8 +1,19 @@ diff --git a/src/Loading.vue b/src/Loading.vue index e56db74..bce808b 100644 --- a/src/Loading.vue +++ b/src/Loading.vue @@ -1,3 +1,7 @@ + +