Back to Deck Gl

or

examples/website/3d-tiles/README.md

9.3.2847 B
Original Source

This is a minimal standalone version of the Tile3DLayer example on deck.gl website.

Usage

Copy the content of this folder to your project.

To download the Cesium 3D tileset, you need a Cesium ion access token, and set it to ION_TOKEN in app.jsx.

bash
# install dependencies
npm install
# or
yarn
# bundle and serve the app with vite
npm start

Data format

Sample data is served by Cesium ion.

To use your own data, check out the documentation of Tile3DLayer

Basemap

The basemap in this example is provided by CARTO free basemap service. To use an alternative base map solution, visit this guide