Skip to content

Commit

Permalink
typo and asset update again
Browse files Browse the repository at this point in the history
  • Loading branch information
jjspace committed Dec 12, 2023
1 parent 0d92c83 commit d88321b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Apps/Sandcastle/gallery/3D Tiles 1.1 CDB Yemen.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
/>
<meta
name="description"
content="Load a 3D Tile 1.1 tileset converted from CDB."
content="Load a 3D Tiles 1.1 tileset converted from CDB."
/>
<meta name="cesium-sandcastle-labels" content="3D Tiles" />
<title>Cesium Demo</title>
Expand Down Expand Up @@ -385,11 +385,11 @@
try {
// 3D Tiles 1.1 converted from CDB of Aden, Yemen (CDB provided by Presagis)
const terrainTileset = await Cesium.Cesium3DTileset.fromIonAssetId(
2389033
2389063
);
viewer.scene.primitives.add(terrainTileset);
const buildingsTileset = await Cesium.Cesium3DTileset.fromIonAssetId(
2381283,
2389064,
{
maximumScreenSpaceError: 12,
}
Expand Down

0 comments on commit d88321b

Please sign in to comment.