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,