Skip to content

Commit

Permalink
tile 빨리 올릴 수 있게 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
EmiliaBaek committed Jul 5, 2024
1 parent 6c092e8 commit 19631a7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions sample/cesium3dReconSeoulWhiteBox/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 19631a7

Please sign in to comment.