diff --git a/README.md b/README.md index 01ab14a..110ed51 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ A collection of helpers and web component for working with [CesiumJS](https://ce * [cesium-first-person-mode](packages/FirstPersonCameraMode): a first person navigation mode that uses the Pointer Lock API * [cesium-sphere-camera](packages/cesium-sphere-camera): a camera mode that allows the user to rotate the camera around a position * [cesium-binoculars](packages/cesium-binoculars): a camera mode that allows the user to use binoculars with the mouse wheel +* [cesium-flyto](packages/cesium-flyto): a camera mode that allows the user to fly to a position ## Online demos @@ -22,6 +23,7 @@ npx parcel serve demos/cesium-view-cube.html --open npx parcel serve demos/cesium-first-person-mode.html --open npx parcel serve demos/cesium-sphere-camera.html --open npx parcel serve demos/cesium-binoculars.html --open +npx parcel serve demos/cesium-flyto.html --open ``` ## Guide diff --git a/demos/cesium-flyto.html b/demos/cesium-flyto.html new file mode 100644 index 0000000..d7b2f56 --- /dev/null +++ b/demos/cesium-flyto.html @@ -0,0 +1,28 @@ + + + +
+ + + + + + + + + + + + diff --git a/demos/index.html b/demos/index.html index c8c9d53..9dfd271 100644 --- a/demos/index.html +++ b/demos/index.html @@ -13,6 +13,7 @@