This repository contains samples for how to use the Cesium Curated Content REST API to view Cesium 3D Tiles. The Cesium Curated Content is an API available through the iTwin Platform.
- Visualizing Cesium Moon Terrain using Three.js
- Visualizing Cesium OSM Buildings using Three.js and react-three-fiber
The samples each have a README with details about how to run them and any necessary environment variables. To set up the repository the first time:
- Clone the repository
- Install pnpm v9 using corepack:
corepack enable pnpm
(or another method) pnpm install
at the root to install all packagespnpm build
to build all packages