Skip to content

Commit 2043701

Browse files
authored
Merge pull request #61 from CesiumGS/aeco-samples
AECO samples
2 parents 726e99f + 08d38ad commit 2043701

29 files changed

+21
-0
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
6.63 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

Images/architectural-design.jpg

504 KB
Loading

Images/isolate-by-category.jpg

349 KB
Loading

Images/style-by-metadata.jpg

624 KB
Loading

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,27 @@ Explore the world through Google's Photorealistic 3D Tiles streamed through Cesi
105105

106106
This level demonstrates the use of `CesiumTileExcluder`, a component that can be utilized to implement custom tile exclusion behavior. Play around with the sample box excluder, and feel free to use it as a template for your own excluder logic.
107107

108+
### :triangular_ruler: Level 14 - Architectural Design
109+
110+
This level showcases an architectural design model streamed into Unreal Engine using 3D Tiles. It demonstrates the ability to toggle the visibility of different design layers, highlight individual features selected by the user, and display their associated metadata.
111+
112+
![Snowdon Sample Model from Autodesk Revit, streamed with 3D Tiles and visualized using Cesium for Unreal.](Images/architectural-design.jpg)
113+
*<p align="center">Snowdon Sample Model from Autodesk Revit, streamed with 3D Tiles and visualized using Cesium for Unreal.<br>Open <b>14_CesiumArchitecturalDesign</b> to learn more about streaming architectural designs using 3D Tiles.</p>*
114+
115+
### :art: Level 15 - Interactively Style an Architectural Design by Metadata
116+
117+
This level highlights how to interactively style an architectural design using its embedded metadata. Users can identify and highlight interior piping elements that fall within a specified range, adjustable via a custom user widget.
118+
119+
![Piping interactively highlighted based on embedded length metadata, visualized using Cesium for Unreal.](Images/style-by-metadata.jpg)
120+
*<p align="center">Piping interactively highlighted based on embedded length metadata, visualized using Cesium for Unreal.<br>Open <b>15_CesiumArchitecturalMetadataStyling</b> to see how 3D Tiles can be styled interactively using metadata and user widgets.</p>*
121+
122+
### :see_no_evil: Level 16 - Isolate Architectural Design Elements by Category
123+
124+
This level demonstrates how to dynamically hide elements of an architectural model based on their embedded category metadata.
125+
126+
![Architectural Design with all geometry except for stairs hidden, visualized using Cesium for Unreal.](Images/isolate-by-category.jpg)
127+
*<p align="center">Architectural Design with all geometry except for stairs hidden, visualized using Cesium for Unreal.<br>Open <b>16_CesiumArchitecturalIsolateCategory</b> to see how elements of an Architectural Design streamed using 3D Tiles can be hidden based on category metadata.</p>*
128+
108129
### :hammer_and_wrench: Using Cesium for Unreal Samples for Development
109130

110131
Cesium for Unreal Samples can also be used for development and testing of the Cesium for Unreal plugin. To use this project for development, follow these steps.

0 commit comments

Comments
 (0)