From 6df02bd447ddfec846c1d768948d15ed070fd306 Mon Sep 17 00:00:00 2001 From: Yeicor <4929005+Yeicor@users.noreply.github.com> Date: Tue, 27 Feb 2024 21:17:17 +0100 Subject: [PATCH] add working initial bounding box implementation --- src/App.vue | 3 +- src/misc/scene.ts | 23 +++-- src/models/Model.vue | 10 +-- src/tools/Selection.vue | 137 ++++++++++++++++++++++++------ src/viewer/ModelViewerWrapper.vue | 53 +++++------- 5 files changed, 151 insertions(+), 75 deletions(-) diff --git a/src/App.vue b/src/App.vue index 5894071..c7c9da5 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,6 +1,6 @@