From 19631a7962137a71437a2bfedaba6e59e64961d0 Mon Sep 17 00:00:00 2001 From: EmiliaBaek Date: Fri, 5 Jul 2024 17:48:21 +0900 Subject: [PATCH] =?UTF-8?q?tile=20=EB=B9=A8=EB=A6=AC=20=EC=98=AC=EB=A6=B4?= =?UTF-8?q?=20=EC=88=98=20=EC=9E=88=EA=B2=8C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sample/cesium3dReconSeoulWhiteBox/index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sample/cesium3dReconSeoulWhiteBox/index.html b/sample/cesium3dReconSeoulWhiteBox/index.html index 779e2e0..6fd7bd0 100644 --- a/sample/cesium3dReconSeoulWhiteBox/index.html +++ b/sample/cesium3dReconSeoulWhiteBox/index.html @@ -100,8 +100,9 @@ promiseArry = assetsList.map(async ( asset, index)=>{ const resource = await Cesium.IonResource.fromAssetId(asset); const tileset = await Cesium.Cesium3DTileset.fromUrl(resource, { - skipLevelOfDetail: true, //email 내용 - baseScreenSpaceError: 8000, //email 내용 + dynamicScreenSpaceErrorHeightFalloff: 0.01, + skipLevelOfDetail: true, //email 내용 + baseScreenSpaceError: 8000, //email 내용 skipScreenSpaceErrorFactor: 8, skipLevels: 1, maximumScreenSpaceError: 8,