From 2f741e7382a87431fb03f181ec74e7529bd3e14a Mon Sep 17 00:00:00 2001 From: cbwu <504-wuchengbo@htsdfp.com> Date: Wed, 13 Mar 2024 10:27:01 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20SceneViewer.vue=20=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E4=BB=A3=E7=A0=81=E7=BB=93=E6=9E=84=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- src/components/map/SceneViewer.vue | 83 ++++++------------------------ src/global.d.ts | 1 + src/style.css | 79 ---------------------------- src/utils/map/camera.ts | 20 +++++++ src/utils/map/sceneViewer.ts | 66 ++++++++++++++++++++++++ 6 files changed, 105 insertions(+), 146 deletions(-) create mode 100644 src/utils/map/camera.ts create mode 100644 src/utils/map/sceneViewer.ts diff --git a/index.html b/index.html index 4ecaf65..4d7aa22 100644 --- a/index.html +++ b/index.html @@ -48,7 +48,7 @@ /> -->
- +