Skip to content

Commit

Permalink
Konrad-Adenauer-Denkmal
Browse files Browse the repository at this point in the history
to add Konrad-Adenauer-Denkmal
  • Loading branch information
ErtanOz authored Sep 20, 2024
1 parent 231a8ce commit 22ab15c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Apps/HelloWorld.html
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,10 @@ <h2>Information</h2>
url: Cesium.IonResource.fromAssetId(2255119),
}));

const koln_sudstadt_diana_antilope = 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 22ab15c

Please sign in to comment.