Skip to content

Commit

Permalink
Add Google Photorealistic 3D Tiles to the Quick Add panel.
Browse files Browse the repository at this point in the history
  • Loading branch information
kring committed Oct 24, 2023
1 parent 7ba5025 commit beb6cc8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

### v1.6.4 - 2023-10-26

##### Additions :tada:

- Added "Google Photorealistic 3D Tiles" to the Quick Add panel.

### v1.6.3 - 2023-10-02

##### Fixes :wrench:
Expand Down
8 changes: 8 additions & 0 deletions Editor/CesiumEditorWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,14 @@ public QuickAddItem(

private readonly QuickAddItem[] _ionAssets = new[]
{
new QuickAddItem(
QuickAddItemType.IonTileset,
"Google Photorealistic 3D Tiles",
"Photorealistic 3D Tiles from Google Maps Platform.",
"Google Photorealistic 3D Tiles",
2275207,
"",
-1),
new QuickAddItem(
QuickAddItemType.IonTileset,
"Cesium World Terrain + Bing Maps Aerial imagery",
Expand Down

0 comments on commit beb6cc8

Please sign in to comment.