Skip to content

Commit

Permalink
오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
EmiliaBaek committed Jul 19, 2024
1 parent cd17fdb commit 851b565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample/cesium3dReconSeoulWhiteBox/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
let radian = 280.0;
let minus = 50.0;
viewer._cesiumWidget._creditContainer.style.display = "none";
scene.globe.depthTestAgainstTerrain = true;
viewer.scene.globe.depthTestAgainstTerrain = true;
const setTerrain = async () => {
viewer.terrainProvider = await Cesium.CesiumTerrainProvider.fromIonAssetId(
2669353,
Expand Down

0 comments on commit 851b565

Please sign in to comment.