From 12c0b5ede2c21f69cb10155db6c3b8341305c769 Mon Sep 17 00:00:00 2001 From: lyf <2514544224@qq.com> Date: Sat, 11 Jul 2026 15:42:59 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=BB=BA=E7=AD=91=E5=A4=96?= =?UTF-8?q?=E8=A7=82=E6=A8=A1=E5=9E=8B=E5=88=9D=E5=A7=8B=E8=A7=86=E8=A7=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/map/ThreeMap.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/map/ThreeMap.vue b/src/components/map/ThreeMap.vue index abc0a4c..75da63e 100644 --- a/src/components/map/ThreeMap.vue +++ b/src/components/map/ThreeMap.vue @@ -133,9 +133,10 @@ const SGS_VISUAL_RENDER_CONFIG = { } } as const +// 使用调试面板确认的建筑外观固定相机参数。 const OVERVIEW_INITIAL_CAMERA_PARAMS = { - position: new THREE.Vector3(305.4812, 441.3596, 205.0497), - target: new THREE.Vector3(-4.1432, -31.3659, 3.3982), + position: new THREE.Vector3(338.6842, 410.8487, 225.5939), + target: new THREE.Vector3(29.0598, -61.8768, 23.9424), zoom: 1 } as const