调整建筑外观模型初始视角
Some checks failed
CI / verify (push) Has been cancelled

This commit is contained in:
lyf
2026-07-11 15:42:59 +08:00
parent 1678f10f27
commit 12c0b5ede2

View File

@@ -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