Commit a8319560 authored by Joe T.S.'s avatar Joe T.S. 🏓
Browse files

Update README.md

parent 2d27bd22
...@@ -19,7 +19,9 @@ We also explore how **Large Language Models (LLMs)** can script and accelerate t ...@@ -19,7 +19,9 @@ We also explore how **Large Language Models (LLMs)** can script and accelerate t
## 🗺️ Example Project Setup ## 🗺️ Example Project Setup
Here’s the **prompt** we used to guide the LLM in generating the CesiumJS code: Here’s the **prompt** we used to guide the LLM in generating the CesiumJS code
### Example 1: Germany
``` ```
- Write HTML web using a CesiumJS version 1.132 to build a web map application - Write HTML web using a CesiumJS version 1.132 to build a web map application
- Start view = Lat 47.5728539, Lng 9.6473353, Height 3500.0 - Start view = Lat 47.5728539, Lng 9.6473353, Height 3500.0
...@@ -27,8 +29,18 @@ Here’s the **prompt** we used to guide the LLM in generating the CesiumJS code ...@@ -27,8 +29,18 @@ Here’s the **prompt** we used to guide the LLM in generating the CesiumJS code
- Load 3D Tiles URL = 'https://web3d.basemap.de/cesium/buildings-fly/root.json' - Load 3D Tiles URL = 'https://web3d.basemap.de/cesium/buildings-fly/root.json'
- Load Terrain URL = 'https://web3d.basemap.de/cesium/dgm5-mesh' - Load Terrain URL = 'https://web3d.basemap.de/cesium/dgm5-mesh'
- Learn more about CesiumJS API doc at https://cesium.com/learn/cesiumjs/ref-doc/ - Learn more about CesiumJS API doc at https://cesium.com/learn/cesiumjs/ref-doc/
```
### Example 2: Japan (Tokyo)
``` ```
- Write HTML file `taito.html` using a CesiumJS version 1.132 to build a web map application
- Starting view at Taito city, proper zoom level
- Basemap = OpenStreetMap
- 3D Tiles LoD2 Texture: `https://assets.cms.plateau.reearth.io/assets/b7/7b8505-54f5-4c51-af93-d959ddcbcdcf/13106_taito-ku_pref_2023_citygml_1_op_bldg_3dtiles_13106_taito-ku_lod2/tileset.json`
- Learn more about CesiumJS API doc at `https://cesium.com/learn/cesiumjs/ref-doc/`
- Learn more about 3D Plateau dataset at `https://github.com/Project-PLATEAU/plateau-streaming-tutorial/blob/main/3d-tiles/plateau-3dtiles-streaming.md`
```
--- ---
## 🔧 Recommended LLM Tools ## 🔧 Recommended LLM Tools
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment