From 0b906280ec163a3e80364e091550d8462db6b9f9 Mon Sep 17 00:00:00 2001 From: jihongshun <1151753686@qq.com> Date: 星期四, 28 八月 2025 17:25:25 +0800 Subject: [PATCH] 更改默认值 --- src/js/map3d.js | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/js/map3d.js b/src/js/map3d.js index c2b2ee7..629215f 100644 --- a/src/js/map3d.js +++ b/src/js/map3d.js @@ -46,7 +46,6 @@ orientation: orientations, model: { uri: url, - scale: 20, shadows: Cesium.ShadowMode.DISABLED, imageBasedLightingFactor: new Cesium.Cartesian2(1, 0.5) } -- Gitblit v1.9.3