Skip to content

Commit

Permalink
Update HelloWorld.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ErtanOz authored Sep 20, 2024
1 parent 35419eb commit fda3dce
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Apps/HelloWorld.html
Original file line number Diff line number Diff line change
Expand Up @@ -314,12 +314,9 @@ <h2>Information</h2>
url: Cesium.IonResource.fromAssetId(96188),
}));
const koln_sudstadt_diana_antilope = viewer.scene.primitives.add(new Cesium.Cesium3DTileset({
url: Cesium.IonResource.fromAssetId(2255119),
url: Cesium.IonResource.fromAssetId(2255119), url: Cesium.IonResource.fromAssetId(2595578),
}));
const Konrad-Adenauer-Denkmal = viewer.scene.primitives.add(new Cesium.Cesium3DTileset({
url: Cesium.IonResource.fromAssetId(2595578),
}));


// Haritaya tıklama olayı için event listener ekleme
viewer.screenSpaceEventHandler.setInputAction(function onLeftClick(movement) {
const pickedObject = viewer.scene.pick(movement.position);
Expand Down

0 comments on commit fda3dce

Please sign in to comment.