0.1.5 • Published 9 months ago

@geoblocks/cesium-first-person-mode v0.1.5

Weekly downloads
10
License
BSD-3-Clause
Repository
github
Last release
9 months ago

FirstPerson camera mode for Cesium

Installation

npm i --save @geoblocks/cesium-first-person-mode

Usage

import {Viewer} from 'cesium';
import FirstPersonCameraMode from '@geoblocks/cesium-first-person-mode';

const viewer = new Viewer(...);
const mode = new FirstPersonCameraMode(viewer.scene);

// ...
mode.active = true;
0.1.4

9 months ago

0.1.3

10 months ago

0.1.5

9 months ago

0.1.2

4 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago